mirror of
https://github.com/zontreck/NBTEditor
synced 2024-11-21 05:25:54 -07:00
Change build node label
This commit is contained in:
parent
b2308076a3
commit
3956e44a3b
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -8,7 +8,7 @@ pipeline {
|
|||
stages {
|
||||
stage("Build on Linux") {
|
||||
agent {
|
||||
label 'linux'
|
||||
label 'flutter'
|
||||
}
|
||||
steps {
|
||||
script {
|
||||
|
|
Loading…
Reference in a new issue