Skip to content

Commit 9e279c1

Browse files
committed
Merge branch 'rel42-nightly' into 'release/4.2'
Adding Daily cron Job for Release/4.2 See merge request weblogic-cloud/weblogic-kubernetes-operator!4624
2 parents d588414 + de33fc9 commit 9e279c1

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

Jenkinsfile.kindnightly

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,7 @@ def kind_k8s_map = [
2020
]
2121
]
2222
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;KIND_VERSION=0.19.0
26-
H 4 * * * % MAVEN_PROFILE_NAME=ipv6;IP_FAMILY=ipv6'''
27-
23+
CRON_SETTINGS = '''H 1 * * * % MAVEN_PROFILE_NAME=wls-srg'''
2824

2925
pipeline {
3026
agent { label 'large' }
@@ -33,7 +29,7 @@ pipeline {
3329
}
3430
triggers {
3531
// timer trigger for "nightly build"
36-
parameterizedCron(env.JOB_NAME == 'wko-kind-main-nightly' ?
32+
parameterizedCron(env.JOB_NAME == 'wko-kind-release42-nightly' ?
3733
CRON_SETTINGS : '')
3834
}
3935

@@ -67,7 +63,7 @@ pipeline {
6763
parameters {
6864
string(name: 'BRANCH',
6965
description: 'The branch to run the tests on',
70-
defaultValue: 'main'
66+
defaultValue: 'release/4.2'
7167
)
7268
choice(name: 'IP_FAMILY',
7369
description: 'Ip Family.',
@@ -80,12 +76,12 @@ pipeline {
8076
choice(name: 'MAVEN_PROFILE_NAME',
8177
description: 'Profile to use in mvn command to run the tests. Possible values are kind-parallel (the default), kind-sequential, kind-upgrade,toolkits-srg, wls-srg and integration-tests. Refer to weblogic-kubernetes-operator/integration-tests/pom.xml on the branch.',
8278
choices: [
79+
'wls-srg',
8380
'kind-parallel',
8481
'kind-sequential',
8582
'kind-upgrade',
8683
'integration-tests',
8784
'toolkits-srg',
88-
'wls-srg',
8985
'ipv6'
9086
]
9187
)

0 commit comments

Comments
 (0)