Change build node label
This commit is contained in:
parent
f05408500d
commit
756ba3e36c
1 changed files with 2 additions and 2 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -12,7 +12,7 @@ pipeline {
|
|||
stages {
|
||||
stage('Build on Linux') {
|
||||
agent {
|
||||
label 'linux'
|
||||
label 'flutter'
|
||||
}
|
||||
|
||||
steps {
|
||||
|
@ -86,4 +86,4 @@ pipeline {
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue