Обновить Jenkinsfile

This commit is contained in:
2026-05-17 11:23:17 +03:00
parent 885036a83c
commit a4fbb095bf
Vendored
+2 -3
View File
@@ -41,9 +41,8 @@ pipeline {
stage('Environment Setup') { stage('Environment Setup') {
steps { steps {
script { script {
//env.PATH = "/soft/flutter/bin/" //env.PATH = "/opt/flutter/bin/"
sh 'find / -name "*flutter*"' sh 'flutter doctor -v'
sh '/soft/flutter/bin/flutter doctor -v'
} }
} }
} }