Jenkinsfile fixes
gitea/vn-vmware/pipeline/head There was a failure building this commit
Details
gitea/vn-vmware/pipeline/head There was a failure building this commit
Details
This commit is contained in:
parent
65f734840e
commit
019aa413fb
|
@ -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'
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
vn-vmware (1.1.28) stable; urgency=low
|
||||
vn-vmware (1.1.29) stable; urgency=low
|
||||
|
||||
* Initial Release.
|
||||
|
||||
|
|
Reference in New Issue