fix typo variabili ENV x Jenkins
This commit is contained in:
Vendored
+1
-1
@@ -5,7 +5,7 @@ pipeline {
|
||||
EMAIL_RECIPIENTS = 'samuele@steamware.net'
|
||||
enableIIS01 = 'Y'
|
||||
enableIIS02 = 'Y'
|
||||
singleProj = ['ADM','IO','LAND','MAG','MON','SITE','TAB']
|
||||
singleProj ='ADM,IO,LAND,MAG,MON,SITE,TAB'
|
||||
}
|
||||
stages {
|
||||
stage('Checkout') {
|
||||
|
||||
+2
-1
@@ -12,12 +12,13 @@ set pushRemote=%2
|
||||
|
||||
git push . %baseBranch%:beta
|
||||
git push . %baseBranch%:develop
|
||||
git push gitlab.steamware %baseBranch%:%baseBranch%
|
||||
|
||||
REM Faccio push remoto condizionale
|
||||
if %pushRemote% GTR 0 ( git push . %baseBranch%:ES3 )
|
||||
if %pushRemote% GTR 0 ( git push . %baseBranch%:Giancarlo )
|
||||
if %pushRemote% GTR 0 ( git push . %baseBranch%:MongoDb )
|
||||
if %pushRemote% GTR 0 ( git push gitlab.steamware %baseBranch%:%baseBranch% )
|
||||
REM if %pushRemote% GTR 0 ( git push gitlab.steamware %baseBranch%:%baseBranch% )
|
||||
if %pushRemote% GTR 0 ( git push gitlab.steamware %baseBranch%:beta )
|
||||
if %pushRemote% GTR 0 ( git push gitlab.steamware %baseBranch%:develop )
|
||||
|
||||
|
||||
Reference in New Issue
Block a user