test → master #66

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

6
Jenkinsfile vendored
View File

@ -29,14 +29,14 @@ pipeline {
}
agent {
docker {
image 'registry.verdnatura.es/debuild:2.23.4-vn2'
image 'registry.verdnatura.es/debuild:2.23.4-vn4'
registryUrl 'https://registry.verdnatura.es/'
registryCredentialsId 'docker-registry'
args '-u root'
}
}
steps {
sh 'sleep 86400'
sh 'debuild -us -uc -b --buildinfo-option="-o output" --changes-option="-o output"'
sh 'debuild -us -uc -b'
}
}
stage('Reprepro') {