Skip to content

Commit 35ea1dd

Browse files
committed
Merge branch 'job-42' into 'release/4.2'
use the correct KUBE_VERSION for upgrade job See merge request weblogic-cloud/weblogic-kubernetes-operator!4705
2 parents 7462703 + 36c6302 commit 35ea1dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile.podman

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def kind_k8s_map = [
2222
def _kind_image = null
2323
CRON_SETTINGS = '''H 1 * * * % MAVEN_PROFILE_NAME=kind-parallel
2424
H 2 * * * % MAVEN_PROFILE_NAME=kind-sequential
25-
H 3 * * * % MAVEN_PROFILE_NAME=kind-upgrade;KUBE_VERSION=1.24.0'''
25+
H 3 * * * % MAVEN_PROFILE_NAME=kind-upgrade;KUBE_VERSION=1.24'''
2626

2727
pipeline {
2828
agent { label 'large-ol9' }

0 commit comments

Comments
 (0)