Fix jankinsFile
This commit is contained in:
Vendored
+1
-3
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user