Jenkins deploy test
gitea/vn-vmware/master There was a failure building this commit
Details
gitea/vn-vmware/master There was a failure building this commit
Details
This commit is contained in:
parent
5c78ec660c
commit
13ba64dc8c
|
@ -32,12 +32,11 @@ pipeline {
|
||||||
image 'registry.verdnatura.es/vn-debuild'
|
image 'registry.verdnatura.es/vn-debuild'
|
||||||
registryUrl 'https://registry.verdnatura.es/'
|
registryUrl 'https://registry.verdnatura.es/'
|
||||||
registryCredentialsId 'docker-registry'
|
registryCredentialsId 'docker-registry'
|
||||||
args '-v jenkins_master:"$JENKINS_HOME" -v /mnt/storage/reprepro:/reprepro'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
sh 'pwd'
|
sh 'pwd'
|
||||||
sh 'vn-debuild "$WORKSPACE"'
|
sh 'debuild -us -uc -b'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Upload') {
|
stage('Upload') {
|
||||||
|
|
Reference in New Issue