Skip to content

Commit 4950d70

Browse files
committed
change the default branch value to 4.2
1 parent 1ae3784 commit 4950d70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile.podman.upgrade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ pipeline {
6262
parameters {
6363
string(name: 'BRANCH',
6464
description: 'The branch to run the tests on',
65-
defaultValue: 'main'
65+
defaultValue: 'release/4.2'
6666
)
6767

6868
choice(name: 'MAVEN_PROFILE_NAME',

0 commit comments

Comments
 (0)