Explorar o código

Update Jenkinsfile for new NDK in Jenkins

Grant Limberg %!s(int64=8) %!d(string=hai) anos
pai
achega
0f03d4ef51
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

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