We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 199122e commit bfd2644Copy full SHA for bfd2644
Jenkinsfile
@@ -6,7 +6,7 @@ properties([
6
7
def splits
8
stage('Determine splits') {
9
- node('linux') {
+ node('maven-11') {
10
checkout scm
11
splits = splitTests parallelism: count(2), generateInclusions: true, estimateTestsFromFiles: true
12
}
0 commit comments