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