Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion JenkinsJobs/Builds/build.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ spec:
return
}
build job: 'Releng/modifyP2CompositeRepository', wait: true, propagate: true, parameters: [
string(name: 'repositoryPath', value: "eclipse/updates/${RELEASE_VER}-I-builds"),
string(name: 'repositoryPath', value: "eclipse/updates/${RELEASE_VER}-${BUILD_TYPE}-builds"),
string(name: 'add', value: "${BUILD_IID}"),
string(name: 'sizeLimit', value: '3')
]
Expand Down
2 changes: 1 addition & 1 deletion JenkinsJobs/Releng/FOLDER.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Releases are published to <a href="https://repo1.maven.org/maven2/org/eclipse/">
}

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