Skip to content

Commit

Permalink
[releng] Use 6.1.0 rather than master
Browse files Browse the repository at this point in the history
  • Loading branch information
pdulth committed Aug 31, 2023
1 parent 963d84a commit 04dbccd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pipeline {
environment {
BUILD_KEY = (github.isPullRequest() ? CHANGE_TARGET : BRANCH_NAME).replaceFirst(/^v/, '')
CAPELLA_PRODUCT_PATH = "${WORKSPACE}/capella/capella"
CAPELLA_BRANCH = 'master'
CAPELLA_BRANCH = '6.1.0'
}

stages {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@
*******************************************************************************/
target "CapellaFiltering"

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/v6.1.0/releng/plugins/org.polarsys.capella.targets/full/capella.target-definition.targetplatform"

with source, requirements

location capella-core "https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.rcp.site" {
location capella-core "https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.rcp.site" {

org.polarsys.capella.rcp.feature.group
org.polarsys.capella.cdo.mock.feature.feature.group
}

location capella-tests "https://download.eclipse.org/capella/core/updates/nightly/master/org.polarsys.capella.test.site" {
location capella-tests "https://download.eclipse.org/capella/core/updates/releases/6.1.0/org.polarsys.capella.test.site" {

org.polarsys.capella.test.feature.feature.group
}
Expand Down

0 comments on commit 04dbccd

Please sign in to comment.