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