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 0952a690a5 - Show all commits

3
Jenkinsfile vendored
View File

@ -32,13 +32,12 @@ pipeline {
image 'registry.verdnatura.es/debuild:2.23.4-vn4'
registryUrl 'https://registry.verdnatura.es/'
registryCredentialsId 'docker-registry'
args '-u root'
}
}
steps {
sh 'debuild -us -uc -b'
sh 'mkdir -p output'
sh 'cp ../*.deb output'
sh 'mv ../*.deb ../*.build ../*.buildinfo ../*.changes output'
sh 'sleep 86400'
}
}