From 7c5c0245d5c18234311f521437b888a128460d8a Mon Sep 17 00:00:00 2001 From: rezidir Date: Sun, 17 May 2026 11:00:35 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20Jenkinsfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index 1717170..fac8112 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -45,6 +45,7 @@ pipeline { stage('Environment Setup') { steps { script { + sh 'flutter -v' def flutterHome = tool name: 'Flutter', type: 'Flutter' env.PATH = "${flutterHome}/bin:${env.PATH}" sh 'flutter doctor -v'