Aggiornato Jenkinsfile
All checks were successful
WMS - Android (New)/pipeline/head This commit looks good

This commit is contained in:
Giuseppe Scorrano 2025-06-03 09:49:13 +02:00
parent 92abfe1da4
commit 021f6974f1

View File

@ -11,7 +11,7 @@ pipeline {
environment {
// ANDROID_HOME = "/usr/local/android/sdk" // Cambia in base al tuo sistema
JAVA_HOME = tool 'JDK 17.0.6 x64' // Nome dello strumento configurato in Jenkins
PATH = "${env.JAVA_HOME}/bin:${env.PATH}"
PATH = "${env.JAVA_HOME}\\bin;${env.PATH}"
}
stages {