From a075603a1230698c40ebe858ebc91afccce6bf6b Mon Sep 17 00:00:00 2001 From: grigo Date: Sat, 2 May 2026 14:40:08 +0300 Subject: [PATCH] Fix jankinsFile --- Jenkinsfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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'