]> gerrit.simantics Code Review - simantics/sysdyn.git/commitdiff
Yet another try at setup pipeline
authorTuukka Lehtonen <tuukka.lehtonen@semantum.fi>
Mon, 24 Sep 2018 08:55:34 +0000 (11:55 +0300)
committerTuukka Lehtonen <tuukka.lehtonen@semantum.fi>
Wed, 26 Sep 2018 07:54:18 +0000 (10:54 +0300)
gitlab #34

(cherry picked from commit ebf5b51ea3773c653bd2970f15cd3d6e04a0bc3f)

releng/JenkinsFiles/Jenkinsfile-sysdyn-setup

index 7aad6990a2fd9856903e8bb0d2cc695198e83b81..c0eea5a145a1898c2e93990c0a11325ea8aab324 100644 (file)
@@ -8,7 +8,7 @@ pipeline {
                     $ProgressPreference = "silentlyContinue"
                     wget "http://www.simantics.org/download/${Env:BRANCH}/sysdyn/products/Simantics-Sysdyn-win32.win32.x86_64.zip" -OutFile sysdyn.zip
                     Expand-Archive ./sysdyn.zip -DestinationPath releng/inno-setup/sysdyn
-                    robocopy /MIR C:/jenkins/jre8\win32.x86_64 releng/inno-setup/sysdyn/jre
+                    robocopy /MIR C:/jenkins/jre8/win32.x86_64 releng/inno-setup/sysdyn/jre
                     iscc releng/inno-setup/sysdyn.iss
                 '''
                 archiveArtifacts artifacts: 'releng/inno-setup/output/*.exe', fingerprint: false