Skip to content

Commit 7462703

Browse files
committed
Merge branch 'upgrade-job-42' into 'release/4.2'
add upgrade job to release/4.2 See merge request weblogic-cloud/weblogic-kubernetes-operator!4700
2 parents fda7c90 + a119a73 commit 7462703

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Jenkinsfile.podman

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ def kind_k8s_map = [
2121
]
2222
def _kind_image = null
2323
CRON_SETTINGS = '''H 1 * * * % MAVEN_PROFILE_NAME=kind-parallel
24-
H 2 * * * % MAVEN_PROFILE_NAME=kind-sequential'''
24+
H 2 * * * % MAVEN_PROFILE_NAME=kind-sequential
25+
H 3 * * * % MAVEN_PROFILE_NAME=kind-upgrade;KUBE_VERSION=1.24.0'''
2526

2627
pipeline {
2728
agent { label 'large-ol9' }

0 commit comments

Comments
 (0)