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.
1 parent 01477e6 commit a119a73Copy full SHA for a119a73
Jenkinsfile.podman
@@ -21,7 +21,8 @@ def kind_k8s_map = [
21
]
22
def _kind_image = null
23
CRON_SETTINGS = '''H 1 * * * % MAVEN_PROFILE_NAME=kind-parallel
24
- H 2 * * * % MAVEN_PROFILE_NAME=kind-sequential'''
+ H 2 * * * % MAVEN_PROFILE_NAME=kind-sequential
25
+ H 3 * * * % MAVEN_PROFILE_NAME=kind-upgrade;KUBE_VERSION=1.24.0'''
26
27
pipeline {
28
agent { label 'large-ol9' }
0 commit comments