typo fix: un } di troppo...

This commit is contained in:
Samuele E. Locatelli
2017-04-12 14:40:23 +02:00
parent 4cdf6b2ce4
commit 55cda789f2
Vendored
+2 -3
View File
@@ -110,9 +110,8 @@ pipeline {
}
}
stage('Approvazione') {
input "Generare gli installers per ${env.APP_NAME}?"
}
}
input "Generare gli installers per ${env.APP_NAME}?"
}
stage('Installers') {
agent {
label 'master'