From a196fc8a5800544d74b174ff3ec0acd044adc0ae Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Wed, 25 Oct 2017 12:20:32 +0200 Subject: [PATCH] Aggiunto export versioni in staging... --- Jenkinsfile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index fdbababa..40fca6c1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -84,11 +84,8 @@ pipeline { bat "xcopy /y IOB-WIN\\Resources\\ChangeLog.html c:\\inetpub\\wwwroot\\SWS\\MAPO-IOB-WIN\\${env.BRANCH_NAME}\\ " bat "xcopy /y Releases\\${env.BRANCH_NAME}\\MAPO-IOB-WIN.zip c:\\inetpub\\wwwroot\\SWS\\MAPO-IOB-WIN\\${env.BRANCH_NAME}\\ " - // // salvo copia della versione... - // bat "E:\\Jenkins\\exportInstaller.bat \"Releases\\${env.BRANCH_NAME}\\MAPO-IOB-WIN.zip\" \"E:\\Staging\\byProd\\MAPO-IOB-WIN\\${env.BRANCH_NAME}\\${env.versionNumber}\" " - - //bat "E:\\Jenkins\\exportDropbox.bat \"${WORKSPACE}\\MP\\ReleaseClienti\\Donati\" \"E:\\Staging\\byProd\\MP\\Donati\\MP-LAND\" " - // dropbox configName: 'Donati', remoteDirectory: 'installers/MP-LAND', removePrefix: 'ReleaseClienti/Donati', sourceFiles: 'ReleaseClienti/Donati/**' + // salvo copia della versione... + bat "E:\\Jenkins\\exportInstaller.bat \"Releases\\${env.BRANCH_NAME}\\MAPO-IOB-WIN.zip\" \"E:\\Staging\\byProd\\MAPO-IOB-WIN\\${env.BRANCH_NAME}\\${env.versionNumber}\" " } } }