Skip to content

Commit b3e039b

Browse files
committed
Merge branch 'owls122033' into 'release/4.2'
Adding Operator upgrade tests using Auxiliary domain, Mii domain and V8, V9 schema See merge request weblogic-cloud/weblogic-kubernetes-operator!4835
2 parents 45d4faf + 4e171ed commit b3e039b

File tree

5 files changed

+233
-277
lines changed

5 files changed

+233
-277
lines changed

Jenkinsfile.oke

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ CRON_SETTINGS_42 = '''H 1 * * 6 % MAVEN_PROFILE_NAME=oke-weekly-sequential;CLUST
99
H 23 * * 0-4 % MAVEN_PROFILE_NAME=oke-sequential;CLUSTER_NAME=seq42two;PARALLEL_RUN=false
1010
H 18 * * 0-4 % MAVEN_PROFILE_NAME=oke-parallel;CLUSTER_NAME=par42one;PARALLEL_RUN=true'''
1111

12-
13-
1412
CRON_SETTINGS = "${env.JOB_NAME == 'wko-oke-nightly' ? CRON_SETTINGS_MAIN : CRON_SETTINGS_42}"
1513

1614
pipeline {

0 commit comments

Comments
 (0)