Skip to content

Commit

Permalink
Increase concurrent jobs limit to 30 for gradle-check
Browse files Browse the repository at this point in the history
Signed-off-by: Sayali Gaikawad <[email protected]>
  • Loading branch information
gaiksaya committed Sep 4, 2024
1 parent 2d24f8d commit b4dd5dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins/gradle/gradle-check.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ pipeline {
categories: [],
limitOneJobWithMatchingParams: false,
maxConcurrentPerNode: 0,
maxConcurrentTotal: 20,
maxConcurrentTotal: 30,
paramsToUseForLimit: '',
throttleEnabled: true,
throttleOption: 'project',
Expand Down

0 comments on commit b4dd5dc

Please sign in to comment.