From 17baf12449728d026575fd355605f1cbe6c97bfc Mon Sep 17 00:00:00 2001 From: Juan Ferrer Toribio Date: Thu, 4 Jul 2024 18:48:49 +0200 Subject: [PATCH] fix: refs #7643 Debuild stage debug --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index ca4dbdfe..f29c2d10 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -36,7 +36,7 @@ pipeline { } } steps { - sh 'debuild -us -uc -b' + sh 'debuild -us -uc -b --buildinfo-option="-o output" --changes-option="-o output"' sh 'sleep 86400' } }