mirror of
https://github.com/zontreck/NBTEditor
synced 2024-11-21 13:48:56 -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 {
|
stages {
|
||||||
stage("Build on Linux") {
|
stage("Build on Linux") {
|
||||||
agent {
|
agent {
|
||||||
label 'linux'
|
label 'flutter'
|
||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
script {
|
script {
|
||||||
|
|
Loading…
Reference in a new issue