diff --git a/Jenkinsfile b/Jenkinsfile index ab5233e8..b1c5278e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -73,7 +73,7 @@ pipeline { } sshPut([ remote: remote, - from: 'output/*', + from: "output/$debFile", into: '/var/www/html/incoming' ]) sshCommand([