Jenkinsfile fixes
gitea/vn-vmware/pipeline/head There was a failure building this commit Details

This commit is contained in:
Juan Ferrer 2021-11-02 14:29:09 +01:00
parent 65f734840e
commit 019aa413fb
2 changed files with 9 additions and 1 deletions

8
Jenkinsfile vendored
View File

@ -22,6 +22,14 @@ pipeline {
when {
branch 'master'
}
agent {
docker {
image 'registry.verdnatura.es/vn-debuild'
registryUrl 'https://registry.verdnatura.es/'
registryCredentialsId 'docker-registry'
args '-v /mnt/appdata/reprepro:/reprepro'
}
}
steps {
sh 'debuild -us -uc -b'
sh 'vn-includedeb'

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
vn-vmware (1.1.28) stable; urgency=low
vn-vmware (1.1.29) stable; urgency=low
* Initial Release.