Skip to content

Commit 0324c34

Browse files
committed
s/alpine/linux/
1 parent 53d75aa commit 0324c34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ properties([
55
])
66

77
def splits
8-
node('alpine') {
8+
node('linux') {
99
checkout scm
1010
splits = splitTests parallelism: count(2), generateInclusions: true, estimateTestsFromFiles: true
1111
}

0 commit comments

Comments
 (0)