Change build node label

This commit is contained in:
zontreck 2024-10-05 19:22:24 -07:00
parent c25d0174ea
commit 1882e19289

2
Jenkinsfile vendored
View file

@ -12,7 +12,7 @@ pipeline {
stages { stages {
stage('Build on linux') { stage('Build on linux') {
agent { agent {
label 'linux' label 'flutter'
} }
steps { steps {