diff --git a/Jenkinsfile b/Jenkinsfile index a0df9d7..b221f34 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -8,7 +8,7 @@ pipeline { stages { stage("Build on Linux") { agent { - label 'linux' + label 'flutter' } steps { script {