From: Michael Tremer Date: Tue, 3 Dec 2024 18:39:13 +0000 (+0000) Subject: jenkins: Give the uploaded files a handle X-Git-Tag: 0.9.30~771 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e1b28b891df3845b437384478dbbe4a3fe444525;p=pakfire.git jenkins: Give the uploaded files a handle Signed-off-by: Michael Tremer --- diff --git a/Jenkinsfile b/Jenkinsfile index 49f318614..044ebbaa6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -409,7 +409,8 @@ pipeline { } // Upload everything again - archiveArtifacts artifacts: "dists/**/*, pool/**/*" + archiveArtifacts artifacts: "dists/**/*, pool/**/*", + name: "debian-repo" // XXX This needs to be published on a mirror server somewhere }