From 8a022aac66c80fb136038f7e0e46a4c99a762b9c Mon Sep 17 00:00:00 2001 From: Juan Ferrer Toribio Date: Tue, 9 Jul 2024 17:03:57 +0200 Subject: [PATCH] ci: refs #7643 Reprepro debug --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 1f0bfb9e..8d232db4 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -38,7 +38,7 @@ pipeline { steps { sh 'debuild -us -uc -b' sh 'mkdir -p output' - sh 'mv ../*.deb ../*.build ../*.changes output' + sh 'mv ../*.deb ../*.build ../*.changes ../*.buildinfo output' sleep 86400 stash includes: 'output/*', name: 'debuildOutput'