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 53d75aa commit 0324c34Copy full SHA for 0324c34
Jenkinsfile
@@ -5,7 +5,7 @@ properties([
5
])
6
7
def splits
8
-node('alpine') {
+node('linux') {
9
checkout scm
10
splits = splitTests parallelism: count(2), generateInclusions: true, estimateTestsFromFiles: true
11
}
0 commit comments