Skip to content

Commit db4bdff

Browse files
authored
Merge pull request #123 from infosiftr/queue
Improve queue ordering by waiting a moment between triggering
2 parents 8b8a882 + 1dbc78f commit db4bdff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile.trigger

+1-1
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ stage('trigger') {
179179
],
180180
propagate: false,
181181
// 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
183183
// we'll wait on the builds in parallel after they are all queued (so our sorted order is the queue order)
184184
waitForStart: true,
185185
)

0 commit comments

Comments
 (0)