From bf5ba5dac1e814fd854aca6b7fbe502fece8d0f8 Mon Sep 17 00:00:00 2001 From: Juan Ferrer Toribio Date: Fri, 5 Jul 2024 10:20:07 +0200 Subject: [PATCH] ci: refs #7643 Debuild debug --- Jenkinsfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index dac8052b..c46f875c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -39,7 +39,7 @@ pipeline { sh 'mkdir -p output' sh 'mv ../*.deb ../*.build ../*.buildinfo ../*.changes output' - stash includes: 'output/*.deb', name: 'packages' + stash includes: 'output/*.deb', name: 'debPackage' } } stage('Reprepro') { @@ -57,7 +57,10 @@ pipeline { remote.identityFile = '/home/jenkins/.ssh/id_ed25519' remote.allowAnyHosts = true } + + unstash 'debPackage' sh 'ls output' + sshPut([ remote: remote, from: "$debFile",