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