Обновить Jenkinsfile #3

Merged
rezidir merged 15 commits from dev into release 2026-05-17 11:50:18 +03:00
Showing only changes of commit 885036a83c - Show all commits
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'
}
}