You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: Jenkinsfile.trigger
+1-1
Original file line number
Diff line number
Diff line change
@@ -179,7 +179,7 @@ stage('trigger') {
179
179
],
180
180
propagate: false,
181
181
// trigger these quickly so they all get added to Jenkins queue in "queue" order (also using "waitForStart" means we have to wait for the entire "quietPeriod" before we get to move on and schedule more)
182
-
quietPeriod: 0, // seconds
182
+
quietPeriod: 1, // seconds
183
183
// we'll wait on the builds in parallel after they are all queued (so our sorted order is the queue order)
0 commit comments