Skip to content

Commit 8de42c1

Browse files
committed
[RelEng] Archive deployment bundles staged for Maven-Central
If a release is deployed by the Maven-deployment pipeline, a deplyoment bundle is transfered to the Central-Portal via the Publisher API. Archiving that bundle/zip simplifies subsequent investigations if necessary.
1 parent 6f4f81f commit 8de42c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

JenkinsJobs/Releng/deployToMaven.jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,8 +213,8 @@ pipeline {
213213
post {
214214
always {
215215
archiveArtifacts allowEmptyArchive: true, artifacts: '\
216-
repo/**, \
217-
coordinates*.txt, artifacts*.txt, deploymentId-*.txt'
216+
repo/**, coordinates-*.txt, artifacts-*.txt, \
217+
deploymentId-*.txt, */*-artifacts.zip'
218218
}
219219
failure {
220220
emailext subject: "Publication of Maven artifacts failed",

0 commit comments

Comments
 (0)