We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 579c35b commit 679f513Copy full SHA for 679f513
1 file changed
Jenkinsfile
@@ -24,6 +24,7 @@ node('docker') {
24
android: {
25
stage('android') {
26
dockerImage.inside(options) {
27
+ sh 'chmod a+x ./*.sh'
28
sh "./build-android.sh ${VERSION}"
29
sh 'mvn deploy -P android'
30
}
0 commit comments