Обновить Jenkinsfile #3

Merged
rezidir merged 15 commits from dev into release 2026-05-17 11:50:18 +03:00
Showing only changes of commit b72ebcdca8 - Show all commits
Vendored
+1 -1
View File
@@ -48,7 +48,7 @@ pipeline {
script {
//def ANDROID_HOME = "/opt/flutter"
//env.PATH = "${flutterHome}/bin:${env.PATH}"
sh 'find /opt -name "*droid*"'
sh 'find /soft -name "*droid*"'
}
}
}