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/' } } }