Skip to content

Commit bff8e2f

Browse files
committed
CI
1 parent 1dec74a commit bff8e2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ pipeline {
88
stage('Builds') {
99
parallel {
1010
stage('Build Linux') {
11-
agent any
11+
agent linux
1212
when {
1313
anyOf {
1414
branch 'master'

0 commit comments

Comments
 (0)