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 a8165f6 + 2df7841 commit d440f6aCopy full SHA for d440f6a
Jenkinsfile.kindnightly
@@ -60,8 +60,7 @@ def kind_k8s_map = [
60
]
61
62
def _kind_image = null
63
-CRON_SETTINGS = '''H 1 * * * % MAVEN_PROFILE_NAME=kind-parallel
64
- H 2 * * * % MAVEN_PROFILE_NAME=kind-sequential;KUBE_VERSION=1.24.12;KIND_VERSION=0.18.0'''
+CRON_SETTINGS = '''H 1 * * * % MAVEN_PROFILE_NAME=kind-parallel'''
65
66
67
pipeline {
@@ -71,7 +70,7 @@ pipeline {
71
70
}
72
triggers {
73
// timer trigger for "nightly build"
74
- parameterizedCron(env.JOB_NAME == 'wko-kind-main-nightly' ?
+ parameterizedCron(env.JOB_NAME == 'wko-kind-release41-nightly' ?
75
CRON_SETTINGS : '')
76
77
0 commit comments