Skip to content

Commit 27bd541

Browse files
committed
Merge branch 'update-k8s-podman' into 'main'
upgrade KUBE_VERSION to 1.29.2 in podman jobs See merge request weblogic-cloud/weblogic-kubernetes-operator!4670
2 parents 5a1ea8e + 9d99806 commit 27bd541

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Jenkinsfile.podman

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,13 +92,13 @@ pipeline {
9292
description: 'Kubernetes version. Supported values depend on the Kind version. Kind 0.22.0: 1.29, 1.29.2, 1.28, 1.28.7, 1.27, 1.27.11, 1.26, 1.26.14, 1.25, 1.25.16, 1.24, 1.24.17, 1.23, 1.23.17 ',
9393
choices: [
9494
// The first item in the list is the default value...
95-
'1.26.14',
9695
'1.29.2',
9796
'1.29',
9897
'1.28.7',
9998
'1.28',
10099
'1.27.11',
101100
'1.27',
101+
'1.26.4',
102102
'1.26',
103103
'1.25.16',
104104
'1.25',
@@ -577,7 +577,7 @@ EOF
577577
sudo mv -f ${result_root}/* "${WORKSPACE}/logdir/${BUILD_TAG}/wl_k8s_test_results"
578578
'''
579579
archiveArtifacts(artifacts:
580-
"logdir/${BUILD_TAG}/wl_k8s_test_results/diagnostics/**/*,logdir/${BUILD_TAG}/wl_k8s_test_results/workdir/liftandshiftworkdir/**/*")
580+
"logdir/${BUILD_TAG}/wl_k8s_test_results/diagnostics/**/*,logdir/${BUILD_TAG}/wl_k8s_test_results/workdir/liftandshiftworkdir/**/*,integration-tests/target/failsafe-reports/*.xml")
581581
junit(testResults: 'integration-tests/target/failsafe-reports/*.xml', allowEmptyResults: true)
582582
}
583583
}

0 commit comments

Comments
 (0)