Change build node label

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

4
Jenkinsfile vendored
View file

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