Change build node label
This commit is contained in:
parent
17d33f5ecb
commit
a998e53242
1 changed files with 2 additions and 2 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