Skip to content

Commit 579c35b

Browse files
author
Martin Schwamberger
committed
Update jenkinsfile
1 parent b721803 commit 579c35b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ node('docker') {
2424
android: {
2525
stage('android') {
2626
dockerImage.inside(options) {
27-
sh build-android.sh
27+
sh "./build-android.sh ${VERSION}"
2828
sh 'mvn deploy -P android'
2929
}
3030
}

0 commit comments

Comments
 (0)