Skip to content

Commit a176369

Browse files
anpanigrrjeberhard
authored andcommitted
Modify the default Branch Name and Cron Time
1 parent f75491f commit a176369

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Jenkinsfile.kindnightly

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def kind_k8s_map = [
6060
]
6161
]
6262
def _kind_image = null
63-
CRON_SETTINGS = '''H 1 * * * % MAVEN_PROFILE_NAME=kind-parallel'''
63+
CRON_SETTINGS = '''H 2 * * * % MAVEN_PROFILE_NAME=kind-parallel'''
6464

6565

6666
pipeline {
@@ -104,7 +104,7 @@ pipeline {
104104
parameters {
105105
string(name: 'BRANCH',
106106
description: 'The branch to run the tests on',
107-
defaultValue: 'main'
107+
defaultValue: 'release/4.1'
108108
)
109109
choice(name: 'MAVEN_PROFILE_NAME',
110110
description: 'Profile to use in mvn command to run the tests. Possible values are kind-parallel (the default), kind-sequential and integration-tests. Refer to weblogic-kubernetes-operator/integration-tests/pom.xml on the branch.',

0 commit comments

Comments
 (0)