We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dba19c commit b0629e5Copy full SHA for b0629e5
vars/distroVersion.groovy
@@ -25,7 +25,7 @@ String call(String distro) {
25
// find the base branch
26
branch = sh(label: 'Find base branch',
27
script: '''set -eux -o pipefail
28
- max_commits=200
+ max_commits=300
29
base_branch_re='^ origin/(master|release/)'
30
n=0
31
while [ "$n" -lt "$max_commits" ]; do
0 commit comments