We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7462703 + 36c6302 commit 35ea1ddCopy full SHA for 35ea1dd
Jenkinsfile.podman
@@ -22,7 +22,7 @@ def kind_k8s_map = [
22
def _kind_image = null
23
CRON_SETTINGS = '''H 1 * * * % MAVEN_PROFILE_NAME=kind-parallel
24
H 2 * * * % MAVEN_PROFILE_NAME=kind-sequential
25
- H 3 * * * % MAVEN_PROFILE_NAME=kind-upgrade;KUBE_VERSION=1.24.0'''
+ H 3 * * * % MAVEN_PROFILE_NAME=kind-upgrade;KUBE_VERSION=1.24'''
26
27
pipeline {
28
agent { label 'large-ol9' }
0 commit comments