Обновить Jenkinsfile

This commit is contained in:
2026-05-17 11:54:48 +03:00
parent 07be37aab9
commit 82c814ed89
Vendored
+5 -5
View File
@@ -45,11 +45,11 @@ pipeline {
env.PATH = "${flutterHome}/bin:${env.PATH}"
sh 'flutter doctor -v'
}
script {
//def ANDROID_HOME = "/opt/flutter"
//env.PATH = "${flutterHome}/bin:${env.PATH}"
//sh 'find /soft -name "*droid*"'
}
// script {
// //def ANDROID_HOME = "/opt/flutter"
// //env.PATH = "${flutterHome}/bin:${env.PATH}"
// //sh 'find /soft -name "*droid*"'
// }
}
}