Skip to content

Commit

Permalink
[releng] Use capella-master-6.0
Browse files Browse the repository at this point in the history
Change-Id: I04f5735b61d98e8461aec2df3eafa296db384ca4
Signed-off-by: Philippe DUL <philippe.dul@thalesgroup.com>
  • Loading branch information
pdulth authored and arnauddieumegard committed Jun 16, 2022
1 parent 25a5228 commit 92ff87c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit 92ff87c

Please sign in to comment.