Обновить Jenkinsfile

This commit is contained in:
2026-05-17 11:27:11 +03:00
parent 3724305650
commit 54ea2beb25
Vendored
+2 -2
View File
@@ -41,8 +41,8 @@ pipeline {
stage('Environment Setup') {
steps {
script {
env.PATH = "/opt/flutter/bin/"
sh 'flutter doctor -v'
//env.PATH = "/opt/flutter/bin/"
sh '/opt/flutter/bin/flutter doctor -v'
}
}
}