Обновить 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') { stage('Environment Setup') {
steps { steps {
script { script {
env.PATH = "/opt/flutter/bin/" //env.PATH = "/opt/flutter/bin/"
sh 'flutter doctor -v' sh '/opt/flutter/bin/flutter doctor -v'
} }
} }
} }