pub su IIS02...

This commit is contained in:
Samuele E. Locatelli
2019-12-12 11:38:41 +01:00
parent d57ef3cef7
commit 08a5b077e6
Vendored
+1 -1
View File
@@ -3,7 +3,7 @@ pipeline {
agent none
environment {
enableIIS01 = 'Y'
enableIIS02 = 'F'
enableIIS02 = 'Y'
}
stages {
stage('Checkout') {