diff --git a/.Jenkinsfile b/.Jenkinsfile index fca06b5..9e80699 100644 --- a/.Jenkinsfile +++ b/.Jenkinsfile @@ -19,7 +19,7 @@ pipeline { } steps { script { - sh 'rsync -avP build-area/bkctld*{deb,changes} pub.evolix.org:/srv/upload/' + sh 'rsync -avP build-area/bkctld*.deb build-area/bkctld*.changes pub.evolix.org:/srv/upload/' } } }