Fix jankinsFile

This commit is contained in:
2026-05-02 14:40:08 +03:00
parent bd55da2f94
commit a075603a12
Vendored
+1 -3
View File
@@ -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'