[monorepo] fail fast when parallel build steps fail in Jenkins (#27632)

GitOrigin-RevId: 6362139cc1cd72e00f3eb5900ba94c810c476d82
This commit is contained in:
Jakob Ackermann
2025-08-04 18:19:23 +02:00
committed by Copybot
parent 1c4b55fff4
commit 48ff696a69

View File

@@ -15,6 +15,7 @@ pipeline {
options { options {
timestamps() timestamps()
parallelsAlwaysFailFast()
} }
environment { environment {