fixed one more stage syntax for jenkins build

This commit is contained in:
Grant Limberg 2016-10-25 11:21:39 -07:00
parent 6cd36edf45
commit 7300005398

2
Jenkinsfile vendored
View File

@ -16,7 +16,7 @@ parallel 'centos7': {
checkout scm
}
stage "Build Android NDK" {
stage('Build Android NDK') {
sh '/android/android-ndk-r13/ndk-build -C $WORKSPACE/java ZT1=$WORKSPACE'
}
}