Skip to content

Commit

Permalink
[releng] Fix Jenkinsfile to user master version of Capella
Browse files Browse the repository at this point in the history
  • Loading branch information
arnauddieumegard committed Jun 16, 2022
1 parent 604118c commit ffd904d
Showing 1 changed file with 2 additions and 2 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-6.0", 'linux', '')
def capellaURL = capella.getDownloadURL("master", '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-6.0"), 'org.polarsys.capella.test.feature.feature.group')
eclipse.installFeature("${CAPELLA_PRODUCT_PATH}", capella.getTestUpdateSiteURL("master"), '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

0 comments on commit ffd904d

Please sign in to comment.