Skip to content

Commit 494a063

Browse files
committed
[I/Y-build] Generalize addition of new builds to composite repository
to fix addition for Y-builds. Also unify the new display name of 'Modify P2 Composite Repository' job. Follow-up on - #3165
1 parent 8f91eef commit 494a063

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

JenkinsJobs/Builds/build.jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ spec:
286286
return
287287
}
288288
build job: 'Releng/modifyP2CompositeRepository', wait: true, propagate: true, parameters: [
289-
string(name: 'repositoryPath', value: "eclipse/updates/${RELEASE_VER}-I-builds"),
289+
string(name: 'repositoryPath', value: "eclipse/updates/${RELEASE_VER}-${BUILD_TYPE}-builds"),
290290
string(name: 'add', value: "${BUILD_IID}"),
291291
string(name: 'sizeLimit', value: '3')
292292
]

JenkinsJobs/Releng/FOLDER.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Releases are published to <a href="https://repo1.maven.org/maven2/org/eclipse/">
6262
}
6363

6464
pipelineJob('Releng/modifyP2CompositeRepository'){
65-
displayName('Modify P2 composite repository')
65+
displayName('Modify P2 Composite Repository')
6666
description('Add or remove children from an Eclipse-P2 composite repository.')
6767
parameters {
6868
stringParam('repositoryPath', null, "Relative repository path from https://download.eclipse.org/. E.g. 'eclipse/updates/4.37-I-builds'")

0 commit comments

Comments
 (0)