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

This commit is contained in:
Giuseppe Scorrano 2025-05-28 11:45:51 +02:00
parent 22ad23c5b7
commit a5d3388665

View File

@ -17,7 +17,11 @@ pipeline {
stages {
stage('Preparing') {
when(expression: { env.GIT_BRANCH == 'master-beta' })
when {
expression {
return env.GIT_BRANCH == "master-beta"
}
}
steps {
powershell """
# Percorso del file build.gradle