test → master #66

Merged
guillermo merged 70 commits from test into master 2024-07-23 06:23:47 +00:00
1 changed files with 1 additions and 2 deletions
Showing only changes of commit 96fd08b369 - Show all commits

3
Jenkinsfile vendored
View File

@ -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"
])