Change build node label

This commit is contained in:
zontreck 2024-10-05 19:22:50 -07:00
parent b2308076a3
commit 3956e44a3b

2
Jenkinsfile vendored
View file

@ -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 {