From 3956e44a3b85469d98baeca6e5dd667347520851 Mon Sep 17 00:00:00 2001 From: zontreck Date: Sat, 5 Oct 2024 19:22:50 -0700 Subject: [PATCH] Change build node label --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {