ci: refs #7643 Reprepro SSH credentials fix
gitea/hedera-web/pipeline/head There was a failure building this commit
Details
gitea/hedera-web/pipeline/head There was a failure building this commit
Details
This commit is contained in:
parent
36573342b7
commit
96fd08b369
|
@ -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"
|
||||
])
|
||||
|
|
Loading…
Reference in New Issue