From cb61ad5d119c357fbd0f4eb74352af0da9ccf2f5 Mon Sep 17 00:00:00 2001 From: Juan Ferrer Toribio Date: Fri, 5 Jul 2024 10:04:10 +0200 Subject: [PATCH] ci: refs #7643 Debuild artifact --- Jenkinsfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 03088d2b..80ec6b04 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -38,7 +38,8 @@ pipeline { sh 'debuild -us -uc -b' sh 'mkdir -p output' sh 'mv ../*.deb ../*.build ../*.buildinfo ../*.changes output' - sh 'sleep 86400' + + stash includes: 'output/*.deb', name: 'packages' } } stage('Reprepro') {