Skip to content

Commit 36a6461

Browse files
committed
Merge branch 'start-rel42-podman' into 'release/4.2'
start nightly podman job for release/4.2 See merge request weblogic-cloud/weblogic-kubernetes-operator!4678
2 parents 79f9f95 + 5cdf633 commit 36a6461

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

Jenkinsfile.podman

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +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=wls-srg'''
23+
CRON_SETTINGS = '''H 1 * * * % MAVEN_PROFILE_NAME=kind-parallel'''
2624

2725
pipeline {
2826
agent { label 'large-ol9' }
@@ -32,7 +30,7 @@ pipeline {
3230

3331
triggers {
3432
// timer trigger for "nightly build"
35-
parameterizedCron(env.JOB_NAME == 'wko-kind-main-nightly-podman' ?
33+
parameterizedCron(env.JOB_NAME == 'wko-kind-release42-nightly-podman' ?
3634
CRON_SETTINGS : '')
3735
}
3836

@@ -64,7 +62,7 @@ pipeline {
6462
parameters {
6563
string(name: 'BRANCH',
6664
description: 'The branch to run the tests on',
67-
defaultValue: 'main'
65+
defaultValue: 'release/4.2'
6866
)
6967

7068
choice(name: 'MAVEN_PROFILE_NAME',
@@ -92,13 +90,13 @@ pipeline {
9290
description: 'Kubernetes version. Supported values depend on the Kind version. Kind 0.22.0: 1.29, 1.29.2, 1.28, 1.28.7, 1.27, 1.27.11, 1.26, 1.26.14, 1.25, 1.25.16, 1.24, 1.24.17, 1.23, 1.23.17 ',
9391
choices: [
9492
// The first item in the list is the default value...
95-
'1.26.14',
9693
'1.29.2',
9794
'1.29',
9895
'1.28.7',
9996
'1.28',
10097
'1.27.11',
10198
'1.27',
99+
'1.26.14',
102100
'1.26',
103101
'1.25.16',
104102
'1.25',
@@ -605,9 +603,7 @@ EOF
605603
stage ('Sync') {
606604
when {
607605
anyOf {
608-
branch 'main'
609-
branch 'release/4.0'
610-
branch 'release/3.4'
606+
branch 'release/4.2'
611607
}
612608
anyOf {
613609
not { triggeredBy 'TimerTrigger' }

0 commit comments

Comments
 (0)