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