Skip to content

Commit e9c5b88

Browse files
committed
Merge branch 'rel_4_threads' into 'release/4.2'
changing parallel threads to 2 See merge request weblogic-cloud/weblogic-kubernetes-operator!4770
2 parents 21610ba + 10d2572 commit e9c5b88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Jenkinsfile.oke

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ pipeline {
120120
]
121121
)
122122
string(name: 'NUMBER_OF_THREADS',
123-
description: 'Number of threads to run the classes in parallel, default is 3.',
124-
defaultValue: "3"
123+
description: 'Number of threads to run the classes in parallel, default is 2.',
124+
defaultValue: "2"
125125
)
126126
string(name: 'CLUSTER_NAME',
127127
description: 'OKE cluster name',

0 commit comments

Comments
 (0)