From 6f0cf25ef250bf9313b5bbfc37ef8b16f38b6a49 Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Wed, 25 Oct 2017 12:39:12 +0200 Subject: [PATCH] fix (spero) subfolder zip (aveva bin/) --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 7ad3d020..a08b5a46 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -73,7 +73,7 @@ pipeline { bat "RD /S /Q IOB-WIN\\bin\\DATA" // Compressione in .zip dell'installer... - bat "e:\\7za.exe a -tzip ${WORKSPACE}\\Releases\\${env.BRANCH_NAME}\\MAPO-IOB-WIN.zip ${WORKSPACE}\\IOB-WIN\\bin\\" + bat "e:\\7za.exe a -tzip ${WORKSPACE}\\Releases\\${env.BRANCH_NAME}\\MAPO-IOB-WIN.zip ${WORKSPACE}\\IOB-WIN\\bin\\*" // powershell -ExecutionPolicy Unrestricted -File file.ps1 // manifest.xml: aggiorno versNumber ed URL del branch di update...