File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ def kind_k8s_map = [
14
14
]
15
15
]
16
16
def _kind_image = null
17
- CRON_SETTINGS = '''H 1 * * 0-4 % MAVEN_PROFILE_NAME=kind-parallel
18
- H 2 * * 0-4 % MAVEN_PROFILE_NAME=kind-sequential'''
17
+ CRON_SETTINGS = '''H 1 * * 1-5 % MAVEN_PROFILE_NAME=kind-parallel
18
+ H 2 * * 1-5 % MAVEN_PROFILE_NAME=kind-sequential'''
19
19
20
20
pipeline {
21
21
agent { label 'large-ol9u4' }
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ def kind_k8s_map = [
20
20
]
21
21
]
22
22
def _kind_image = null
23
- CRON_SETTINGS = '''H 4 * * * % MAVEN_PROFILE_NAME=kind-upgrade;KUBE_VERSION=1.24.17'''
23
+ CRON_SETTINGS = '''H 4 * * 1-5 % MAVEN_PROFILE_NAME=kind-upgrade;KUBE_VERSION=1.24.17'''
24
24
25
25
pipeline {
26
26
agent { label 'large-ol9u4' }
You can’t perform that action at this time.
0 commit comments