diff --git a/Jenkinsfile b/Jenkinsfile index dabeb25..a9a9b9b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,10 +1,8 @@ pipeline { - agent none + agent any stages { stage('Build Android APK') { - agent { label 'linux' } - environment { ANDROID_HOME = '/opt/android-sdk' ANDROID_SDK_ROOT = '/opt/android-sdk'