Change build node label
This commit is contained in:
parent
17d33f5ecb
commit
a998e53242
1 changed files with 2 additions and 2 deletions
4
Jenkinsfile
vendored
4
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 {
|
||||||
|
@ -56,4 +56,4 @@ pipeline {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue