Обновить Jenkinsfile

This commit is contained in:
2026-05-17 11:36:59 +03:00
parent c8b8d69d85
commit 9551e4ec84
Vendored
+3 -2
View File
@@ -41,8 +41,9 @@ pipeline {
stage('Environment Setup') { stage('Environment Setup') {
steps { steps {
script { script {
//env.PATH = "/opt/flutter/bin/" def flutterHome = "/opt/flutter"
sh '/opt/flutter/bin/flutter upgrade ' env.PATH = "${flutterHome}/bin:${env.PATH}"
sh 'flutter doctor -v'
} }
} }
} }