diff --git a/Jenkinsfile b/Jenkinsfile index 7e342148..1ca62ade 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -69,13 +69,12 @@ pipeline { remote.allowAnyHosts = true remote.logLevel = 'FINEST' } - echo "$user $keyFile" sshPut([ remote: remote, from: "$debFile", into: '/tmp' ]) - sshcommand([ + sshCommand([ remote: remote, command: "sudo -u www-data reprepro -b /reprepro --gnupghome /reprepro/.gnupg includedeb bookworm /tmp/$debFile" ])