From 253e40e3f05204828567a4a7f0097bb32966cecd Mon Sep 17 00:00:00 2001 From: Kapitan Date: Sun, 26 Jan 2025 15:35:33 +0100 Subject: [PATCH] Remove BOM from Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 2eeefc2..ba789f9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,4 +1,4 @@ -pipeline { +pipeline { agent { label 'Kapitan-PC' } environment { ANDROID_HOME = 'C:\\Users\\lemi4\\AppData\\Local\\Android\\sdk'