Jenkinsfile fixes
gitea/vn-vmware/pipeline/head This commit looks good Details

This commit is contained in:
Juan Ferrer 2021-11-02 14:32:03 +01:00
parent 019aa413fb
commit 7d9418d389
1 changed files with 1 additions and 9 deletions

10
Jenkinsfile vendored
View File

@ -9,7 +9,7 @@ pipeline {
image 'registry.verdnatura.es/vn-debuild'
registryUrl 'https://registry.verdnatura.es/'
registryCredentialsId 'docker-registry'
args '-v /mnt/storage/reprepro:/reprepro'
args '-v /mnt/appdata/reprepro:/reprepro'
}
}
stages {
@ -22,14 +22,6 @@ 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'