diff --git a/Jenkinsfile b/Jenkinsfile index b1e54da..e510d10 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -12,7 +12,7 @@ pipeline { stages { stage('Build on Linux') { agent { - label 'linux' + label 'flutter' } steps { @@ -86,4 +86,4 @@ pipeline { } } } -} \ No newline at end of file +}