We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dec74a commit bff8e2fCopy full SHA for bff8e2f
1 file changed
Jenkinsfile
@@ -8,7 +8,7 @@ pipeline {
8
stage('Builds') {
9
parallel {
10
stage('Build Linux') {
11
- agent any
+ agent linux
12
when {
13
anyOf {
14
branch 'master'
0 commit comments