From e20e9fe541e408ae5255581c3c39fc83f35cc689 Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Wed, 8 Nov 2017 16:46:39 +0100 Subject: [PATCH] commenti x controllare chiamata function --- Jenkinsfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index e893d546..4c66f169 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -259,6 +259,8 @@ pipeline { @NonCPS // Funzione x pubblicazione su server IIS di deploy def publishToDeployServer(resourcesPath, iisPath) { + + echo 'Chiamata function!!! (publishToDeployServer)' // manifest.xml: aggiorno versNumber ed URL del branch di update... bat "fart.exe MP-Tablet\\Resources\\manifest.xml 1.0.0.0 ${env.versionNumber} || EXIT /B 0" bat "fart.exe MP-Tablet\\Resources\\manifest.xml {{BRANCHNAME}} ${env.BRANCH_NAME} || EXIT /B 0"