Aggiornato build.gradle
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
22ad23c5b7
commit
a5d3388665
@ -17,7 +17,11 @@ pipeline {
|
|||||||
stages {
|
stages {
|
||||||
|
|
||||||
stage('Preparing') {
|
stage('Preparing') {
|
||||||
when(expression: { env.GIT_BRANCH == 'master-beta' })
|
when {
|
||||||
|
expression {
|
||||||
|
return env.GIT_BRANCH == "master-beta"
|
||||||
|
}
|
||||||
|
}
|
||||||
steps {
|
steps {
|
||||||
powershell """
|
powershell """
|
||||||
# Percorso del file build.gradle
|
# Percorso del file build.gradle
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user