Fix jankinsFile
This commit is contained in:
Vendored
+1
-3
@@ -1,10 +1,8 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent none
|
agent any
|
||||||
|
|
||||||
stages {
|
stages {
|
||||||
stage('Build Android APK') {
|
stage('Build Android APK') {
|
||||||
agent { label 'linux' }
|
|
||||||
|
|
||||||
environment {
|
environment {
|
||||||
ANDROID_HOME = '/opt/android-sdk'
|
ANDROID_HOME = '/opt/android-sdk'
|
||||||
ANDROID_SDK_ROOT = '/opt/android-sdk'
|
ANDROID_SDK_ROOT = '/opt/android-sdk'
|
||||||
|
|||||||
Reference in New Issue
Block a user