Skip to content

Commit

Permalink
Merge branch 'update-upgrade-job42' into 'release/4.2'
Browse files Browse the repository at this point in the history
change the default branch value to 4.2

See merge request weblogic-cloud/weblogic-kubernetes-operator!4780
  • Loading branch information
rjeberhard committed Aug 15, 2024
2 parents 1ae3784 + 4950d70 commit 80e7940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile.podman.upgrade
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ pipeline {
parameters {
string(name: 'BRANCH',
description: 'The branch to run the tests on',
defaultValue: 'main'
defaultValue: 'release/4.2'
)

choice(name: 'MAVEN_PROFILE_NAME',
Expand Down

0 comments on commit 80e7940

Please sign in to comment.