diff --git a/Jenkinsfile b/Jenkinsfile index 8f7a2aa..a8dc08a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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*"' + // } } }