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 {
agent none
agent any
stages {
stage('Build Android APK') {
agent { label 'linux' }
environment {
ANDROID_HOME = '/opt/android-sdk'
ANDROID_SDK_ROOT = '/opt/android-sdk'