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 1 deletions
Showing only changes of commit bdf7a16003 - Show all commits

2
Jenkinsfile vendored
View File

@ -39,7 +39,7 @@ pipeline {
sh 'debuild -us -uc -b'
sh 'mkdir -p output'
sh 'mv ../*.deb ../*.build ../*.buildinfo ../*.changes output'
sleep 1800
sleep 3600
stash includes: 'output/*', name: 'debuildOutput'
}