Обновить Jenkinsfile
This commit is contained in:
Vendored
+5
@@ -45,6 +45,11 @@ pipeline {
|
|||||||
env.PATH = "${flutterHome}/bin:${env.PATH}"
|
env.PATH = "${flutterHome}/bin:${env.PATH}"
|
||||||
sh 'flutter doctor -v'
|
sh 'flutter doctor -v'
|
||||||
}
|
}
|
||||||
|
script {
|
||||||
|
//def ANDROID_HOME = "/opt/flutter"
|
||||||
|
//env.PATH = "${flutterHome}/bin:${env.PATH}"
|
||||||
|
sh 'find /opt -name "*droid*"'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user