Обновить Jenkinsfile

This commit is contained in:
2026-05-17 11:43:26 +03:00
parent 8ae3882f8a
commit b72ebcdca8
Vendored
+1 -1
View File
@@ -48,7 +48,7 @@ pipeline {
script { script {
//def ANDROID_HOME = "/opt/flutter" //def ANDROID_HOME = "/opt/flutter"
//env.PATH = "${flutterHome}/bin:${env.PATH}" //env.PATH = "${flutterHome}/bin:${env.PATH}"
sh 'find /opt -name "*droid*"' sh 'find /soft -name "*droid*"'
} }
} }
} }