[monorepo] add 3 retries to all the Jenkins pipelines (#28516)

GitOrigin-RevId: d52cb329481586daddade00cecc91875e9ae0de6
This commit is contained in:
Jakob Ackermann
2025-09-16 16:24:40 +02:00
committed by Copybot
parent a13fca15d3
commit 1fe750910e
3 changed files with 5 additions and 2 deletions

View File

@@ -24,6 +24,7 @@ pipeline {
timestamps()
// Abort build after hitting first failure.
parallelsAlwaysFailFast()
retry(3)
timeout(time: 15, unit: 'MINUTES')
}