From 0d61a9de038e549fed639b49402e62a80d329976 Mon Sep 17 00:00:00 2001 From: Juan Ferrer Toribio Date: Tue, 9 Jul 2024 11:38:58 +0200 Subject: [PATCH] ci: refs #7643 Reprepro includedeb improve --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index c682025a..164648c4 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -39,6 +39,7 @@ pipeline { sh 'debuild -us -uc -b' sh 'mkdir -p output' sh 'mv ../*.deb ../*.build ../*.buildinfo ../*.changes output' + sleep 600 stash includes: 'output/*', name: 'debuildOutput' }