Обновить Jenkinsfile

This commit is contained in:
2026-05-17 11:24:01 +03:00
parent a4fbb095bf
commit 3724305650
Vendored
+1 -1
View File
@@ -41,7 +41,7 @@ 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 'flutter doctor -v'
} }
} }