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"