]> gerrit.simantics Code Review - simantics/sysdyn.git/commitdiff
Fixed produced OM package name
authorTuukka Lehtonen <tuukka.lehtonen@semantum.fi>
Mon, 3 Sep 2018 13:08:45 +0000 (16:08 +0300)
committerTuukka Lehtonen <tuukka.lehtonen@semantum.fi>
Mon, 3 Sep 2018 13:09:28 +0000 (16:09 +0300)
gitlab #28

(cherry picked from commit 73e4f3805c2c7c09a6d878d303d34c908c36b8ad)

releng/JenkinsFiles/Jenkinsfile-sysdyn-simupedia-om

index 7abb48eacad7e7ff5331cea265ef6249a232a949..604a70847a42e7f9bdec2c805d72701c0281674a 100644 (file)
@@ -5,7 +5,7 @@ pipeline {
             steps {
                 sh '''#!/bin/bash
                     PKG=Simantics-Desktop-win32.win32.x86_64
-                    TGT=Simantics-Sysdyn-Simupedia-OM-win32.win32.x86_64
+                    TGT=Simantics-Sysdyn-OM-win32.win32.x86_64
 
                     echo "Download current desktop product"
                     wget -nv http://www.simantics.org/download/${BRANCH}/${PKG}.zip
@@ -49,7 +49,7 @@ pipeline {
                         -destination ${PKG} \
                         -profile DefaultProfile || exit -1
     
-                    echo "Re-package as SimanticsSysdynSimupediaOM.product"
+                    echo "Re-package product"
                     mv -v ${PKG} ${TGT}
                     7z a -tzip ${TGT}.zip ${TGT} > /dev/null
                     rm -rf ${PKG}.zip ${TGT}