]> git.ipfire.org Git - pakfire.git/commitdiff
jenkins: Give the uploaded files a handle
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 3 Dec 2024 18:39:13 +0000 (18:39 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 5 Dec 2024 17:03:49 +0000 (17:03 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Jenkinsfile

index 49f318614635d74702c210c6a7aa50aca1c3e8c6..044ebbaa6b19780da357460cb399feb5c4304cf0 100644 (file)
@@ -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
                                        }