Обновить Jenkinsfile

This commit is contained in:
2026-05-17 11:21:11 +03:00
parent 825b8ca974
commit 885036a83c
Vendored
+1 -1
View File
@@ -42,7 +42,7 @@ pipeline {
steps {
script {
//env.PATH = "/soft/flutter/bin/"
sh 'ls /soft'
sh 'find / -name "*flutter*"'
sh '/soft/flutter/bin/flutter doctor -v'
}
}