Skip to content

Commit

Permalink
[releng] Update target platform and sonar
Browse files Browse the repository at this point in the history
  • Loading branch information
pdulth committed Jul 16, 2024
1 parent 51321ad commit 237f130
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 @@ -110,7 +110,7 @@ pipeline {
steps {
script {
tester.publishTests()
sonar.runSonar("eclipse_capella-deferred-merge", "eclipse/capella-deferred-merge", 'sonarcloud-token-deferred-merge')
sonar.runSonar("eclipse-capella_capella-deferred-merge", "eclipse/capella-deferred-merge", 'sonarcloud-token-deferred-merge')
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
*******************************************************************************/
target "DiffMergeDefer"

include "https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231205/targets/capella.target-definition.targetplatform"
include "https://download.eclipse.org/capella/core/updates/releases/7.0.0/targets/capella.target-definition.targetplatform"

with source, requirements

location "https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231205/org.polarsys.capella.rcp.site" {
location "https://download.eclipse.org/capella/core/updates/releases/7.0.0/org.polarsys.capella.rcp.site" {
org.polarsys.capella.rcp.feature.group
}

location "https://download.eclipse.org/capella/core/updates/stable/7.0.0-S20231205/org.polarsys.capella.test.site" {
location "https://download.eclipse.org/capella/core/updates/releases/7.0.0/org.polarsys.capella.test.site" {
org.polarsys.capella.test.feature.feature.group
}

0 comments on commit 237f130

Please sign in to comment.