diff --git a/Jenkinsfile b/Jenkinsfile index e8a96633..3e5a3ff7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -57,7 +57,7 @@ pipeline { stage('Download Capella') { steps { script { - def capellaURL = capella.getDownloadURL("master", 'linux', '') + def capellaURL = capella.getDownloadURL("master-6.0", 'linux', '') sh "curl -k -o capella.tar.gz ${capellaURL}" sh "tar xvzf capella.tar.gz" @@ -72,7 +72,7 @@ pipeline { sh "chmod 755 ${CAPELLA_PRODUCT_PATH}" sh "chmod 755 ${WORKSPACE}/capella/jre/bin/java" - eclipse.installFeature("${CAPELLA_PRODUCT_PATH}", capella.getTestUpdateSiteURL("master"), 'org.polarsys.capella.test.feature.feature.group') + eclipse.installFeature("${CAPELLA_PRODUCT_PATH}", capella.getTestUpdateSiteURL("master-6.0"), 'org.polarsys.capella.test.feature.feature.group') eclipse.installFeature("${CAPELLA_PRODUCT_PATH}", "file:/${WORKSPACE}/releng/org.polarsys.capella.transition.system2subsystem.site/target/repository/".replace("\\", "/"), 'org.polarsys.capella.transition.system2subsystem.feature.feature.group') eclipse.installFeature("${CAPELLA_PRODUCT_PATH}", "file:/${WORKSPACE}/releng/org.polarsys.capella.transition.system2subsystem.site/target/repository/".replace("\\", "/"), 'org.polarsys.capella.transition.system2subsystem.tests.feature.feature.group') diff --git a/releng/org.polarsys.capella.transition.system2subsystem.target/tp/capella.target-definition.targetplatform b/releng/org.polarsys.capella.transition.system2subsystem.target/tp/capella.target-definition.targetplatform index 2dd994af..b3ba437b 100644 --- a/releng/org.polarsys.capella.transition.system2subsystem.target/tp/capella.target-definition.targetplatform +++ b/releng/org.polarsys.capella.transition.system2subsystem.target/tp/capella.target-definition.targetplatform @@ -10,14 +10,14 @@ *******************************************************************************/ target "CapellaSubsystemTransition" -include "https://raw.githubusercontent.com/eclipse/capella/master/releng/plugins/org.polarsys.capella.targets/full/capella.target-definition.targetplatform" +include "https://raw.githubusercontent.com/eclipse/capella/master-6.0/releng/plugins/org.polarsys.capella.targets/full/capella.target-definition.targetplatform" with source, requirements -location capella-master "https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site" { +location capella-master "https://download.eclipse.org/capella/core/updates/nightly/master-6.0/org.polarsys.capella.rcp.site" { org.polarsys.capella.rcp.feature.group } -location capella-tests-master "https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.test.site" { +location capella-tests-master "https://download.eclipse.org/capella/core/updates/nightly/master-6.0/org.polarsys.capella.test.site" { org.polarsys.capella.test.feature.feature.group }