Change build node label

This commit is contained in:
zontreck 2024-10-05 19:23:11 -07:00
parent 17d33f5ecb
commit a998e53242

2
Jenkinsfile vendored
View file

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