ci: refs #7643 Reprepro SSH credentials fix
gitea/hedera-web/pipeline/head There was a failure building this commit Details

This commit is contained in:
Juan Ferrer 2024-07-05 13:55:23 +02:00
parent 36573342b7
commit 96fd08b369
1 changed files with 1 additions and 2 deletions

3
Jenkinsfile vendored
View File

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