Jenkins deploy test
gitea/vn-vmware/master There was a failure building this commit Details

This commit is contained in:
Juan Ferrer 2020-01-16 16:40:17 +01:00
parent 5c78ec660c
commit 13ba64dc8c
1 changed files with 1 additions and 2 deletions

3
Jenkinsfile vendored
View File

@ -32,12 +32,11 @@ pipeline {
image 'registry.verdnatura.es/vn-debuild'
registryUrl 'https://registry.verdnatura.es/'
registryCredentialsId 'docker-registry'
args '-v jenkins_master:"$JENKINS_HOME" -v /mnt/storage/reprepro:/reprepro'
}
}
steps {
sh 'pwd'
sh 'vn-debuild "$WORKSPACE"'
sh 'debuild -us -uc -b'
}
}
stage('Upload') {