test → master #66

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

5
Jenkinsfile vendored
View File

@ -39,7 +39,7 @@ pipeline {
sh 'mkdir -p output'
sh 'mv ../*.deb ../*.build ../*.buildinfo ../*.changes output'
stash includes: 'output/*.deb', name: 'packages'
stash includes: 'output/*.deb', name: 'debPackage'
}
}
stage('Reprepro') {
@ -57,7 +57,10 @@ pipeline {
remote.identityFile = '/home/jenkins/.ssh/id_ed25519'
remote.allowAnyHosts = true
}
unstash 'debPackage'
sh 'ls output'
sshPut([
remote: remote,
from: "$debFile",