Обновить Jenkinsfile
This commit is contained in:
Vendored
+5
-5
@@ -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*"'
|
||||
// }
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user