From ca4fe4ffb5b495920457b0d1a9721cc5c2722cbb Mon Sep 17 00:00:00 2001 From: David Prevot Date: Mon, 12 Dec 2022 11:42:19 +0100 Subject: [PATCH] CI: Limit upload to .deb and .changes --- .Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.Jenkinsfile b/.Jenkinsfile index bff4619..fca06b5 100644 --- a/.Jenkinsfile +++ b/.Jenkinsfile @@ -19,7 +19,7 @@ pipeline { } steps { script { - sh 'rsync -avP build-area/bkctld* pub.evolix.org:/srv/upload/' + sh 'rsync -avP build-area/bkctld*{deb,changes} pub.evolix.org:/srv/upload/' } } }