From bdd3ef735028610ac98a40195d277518e5587b6b Mon Sep 17 00:00:00 2001 From: David Prevot Date: Thu, 22 Dec 2022 11:39:42 +0100 Subject: [PATCH] CI: Push *.buildinfo too --- .Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.Jenkinsfile b/.Jenkinsfile index 9e80699..c28a126 100644 --- a/.Jenkinsfile +++ b/.Jenkinsfile @@ -19,7 +19,7 @@ pipeline { } steps { script { - sh 'rsync -avP build-area/bkctld*.deb build-area/bkctld*.changes pub.evolix.org:/srv/upload/' + sh 'rsync -avP build-area/bkctld*.deb build-area/bkctld*.changes build-area/bkctld*.buildinfo pub.evolix.org:/srv/upload/' } } }