Change build node label

This commit is contained in:
zontreck 2024-10-05 19:22:01 -07:00
parent f05408500d
commit 756ba3e36c

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 {