Aggiornato Jenkinsfile
All checks were successful
WMS - Android (New)/pipeline/head This commit looks good
All checks were successful
WMS - Android (New)/pipeline/head This commit looks good
This commit is contained in:
parent
92abfe1da4
commit
021f6974f1
@ -11,7 +11,7 @@ pipeline {
|
|||||||
environment {
|
environment {
|
||||||
// ANDROID_HOME = "/usr/local/android/sdk" // Cambia in base al tuo sistema
|
// 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
|
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 {
|
stages {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user