From 8a9dc0fed273aecd9213a1d54c69e59180c47cdf Mon Sep 17 00:00:00 2001 From: Tuukka Lehtonen Date: Mon, 3 Sep 2018 15:45:23 +0300 Subject: [PATCH] Removed simupedia installation from JenkinsFile for next release gitlab #28 (cherry picked from commit 7c962c453e69ac88c8ee0c0bab852cae026eac3c) --- releng/JenkinsFiles/Jenkinsfile-sysdyn-simupedia-om | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/releng/JenkinsFiles/Jenkinsfile-sysdyn-simupedia-om b/releng/JenkinsFiles/Jenkinsfile-sysdyn-simupedia-om index 4c5b3c03..8553ed5d 100644 --- a/releng/JenkinsFiles/Jenkinsfile-sysdyn-simupedia-om +++ b/releng/JenkinsFiles/Jenkinsfile-sysdyn-simupedia-om @@ -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 +} -- 2.47.1