Debian version increased
gitea/php-vn-lib/pipeline/head This commit looks good Details

This commit is contained in:
Juan Ferrer 2022-10-15 14:48:26 +02:00
parent 62c14fe7d9
commit 2ae2cad4e7
2 changed files with 3 additions and 3 deletions

4
Jenkinsfile vendored
View File

@ -6,7 +6,7 @@ pipeline {
} }
agent { agent {
docker { docker {
image 'registry.verdnatura.es/vn-debuild' image 'registry.verdnatura.es/debuild:2.21.3-vn2'
registryUrl 'https://registry.verdnatura.es/' registryUrl 'https://registry.verdnatura.es/'
registryCredentialsId 'docker-registry' registryCredentialsId 'docker-registry'
args '-v /mnt/appdata/reprepro:/reprepro' args '-v /mnt/appdata/reprepro:/reprepro'
@ -24,7 +24,7 @@ pipeline {
} }
steps { steps {
sh 'debuild -us -uc -b' sh 'debuild -us -uc -b'
sh 'vn-includedeb' sh 'vn-includedeb stretch'
} }
} }
} }

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
php-vn-lib (2.1.11) stable; urgency=low php-vn-lib (2.1.12) stable; urgency=low
* Initial Release. * Initial Release.