Skip to content

Commit

Permalink
Task order might affect Jenkins workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jhunkeler committed Aug 18, 2023
1 parent 984ee8c commit d7b1574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JenkinsfileRT
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@ bc1.test_configs = []
// Iterate over configurations that define the (distributed) build matrix.
// Spawn a host of the given nodetype for each combination and run in parallel.
// Also apply the job configuration defined in `jobconfig` above.
utils.run([bc, bc1, jobconfig])
utils.run([jobconfig, bc, bc1])

0 comments on commit d7b1574

Please sign in to comment.