Skip to content

Commit 10d2572

Browse files
vanajamukkararjeberhard
authored andcommitted
changing parallel threads to 2
1 parent 21610ba commit 10d2572

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)