From: Tuukka Lehtonen Date: Mon, 24 Sep 2018 08:56:18 +0000 (+0300) Subject: Yet another try at setup pipeline X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=commitdiff_plain;h=2252280dad57b1bcec2b0d280a94a8b4273fd629;p=simantics%2Fsysdyn.git Yet another try at setup pipeline gitlab #34 --- diff --git a/releng/JenkinsFiles/Jenkinsfile-sysdyn-setup b/releng/JenkinsFiles/Jenkinsfile-sysdyn-setup index c0eea5a1..f3b2090d 100644 --- a/releng/JenkinsFiles/Jenkinsfile-sysdyn-setup +++ b/releng/JenkinsFiles/Jenkinsfile-sysdyn-setup @@ -20,7 +20,7 @@ pipeline { powershell ''' $ProgressPreference = "silentlyContinue" wget "http://www.simantics.org/download/${Env:BRANCH}/sysdyn/products/Simantics-Sysdyn-OM-win32.win32.x86_64.zip" -OutFile sysdyn.zip - Expand-Archive .\sysdyn.zip -DestinationPath releng/inno-setup/sysdyn + Expand-Archive ./sysdyn.zip -DestinationPath releng/inno-setup/sysdyn robocopy /MIR C:/jenkins/jre8/win32.x86_64 releng/inno-setup/sysdyn/jre iscc releng/inno-setup/sysdyn.iss move releng/inno-setup/output/Sysdyn-1.35.0.exe releng/inno-setup/output/Sysdyn-OM-1.35.0.exe