]> gerrit.simantics Code Review - simantics/sysdyn.git/commitdiff
Removed simupedia installation from JenkinsFile for next release
authorTuukka Lehtonen <tuukka.lehtonen@semantum.fi>
Mon, 3 Sep 2018 12:45:23 +0000 (15:45 +0300)
committerTuukka Lehtonen <tuukka.lehtonen@semantum.fi>
Mon, 3 Sep 2018 12:50:07 +0000 (15:50 +0300)
gitlab #28

(cherry picked from commit 7c962c453e69ac88c8ee0c0bab852cae026eac3c)

releng/JenkinsFiles/Jenkinsfile-sysdyn-simupedia-om

index 4c5b3c03ec46a99df9500de1f392447d21357efd..8553ed5db3a789b5eb5f4436716ff8de0adb9357 100644 (file)
@@ -21,7 +21,7 @@ pipeline {
                         -tag AddSysdyn \
                         -destination ${PKG} \
                         -profile DefaultProfile || exit -1
-
+                    /*
                     echo "Install Simupedia DocumentServer feature into unzipped product"
                     /opt/eclipse/eclipse -noSplash \
                         -application org.eclipse.equinox.p2.director \
@@ -39,7 +39,7 @@ pipeline {
                         -tag AddSimupediaSimulationSysdyn} \
                         -destination ${PKG} \
                         -profile DefaultProfile || exit -1
-
+                    */
                     echo "Install OpenModelica"
                     /opt/eclipse/eclipse -noSplash \
                         -application org.eclipse.equinox.p2.director \
@@ -64,4 +64,4 @@ pipeline {
             }
         }
     }
-}
\ No newline at end of file
+}