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
85948fd007
commit
06c71df9c2
|
@ -30,12 +30,12 @@ pipeline {
|
|||
agent {
|
||||
docker {
|
||||
image 'registry.verdnatura.es/vn-debuild'
|
||||
registryUrl 'registry.verdnatura.es'
|
||||
registryUrl 'https://registry.verdnatura.es/'
|
||||
registryCredentialsId 'docker-registry'
|
||||
}
|
||||
}
|
||||
steps {
|
||||
sh 'pwd'
|
||||
sh 'ls /var/jenkins_home'
|
||||
sh 'debuild -us -uc -b'
|
||||
}
|
||||
}
|
||||
|
@ -48,11 +48,10 @@ pipeline {
|
|||
image 'registry.verdnatura.es/vn-debuild'
|
||||
registryUrl 'https://registry.verdnatura.es/'
|
||||
registryCredentialsId 'docker-registry'
|
||||
args '-u www-data -v jenkins_master:"$JENKINS_HOME" -v /mnt/storage/reprepro:/reprepro'
|
||||
args '-u www-data -v /mnt/storage/reprepro:/reprepro'
|
||||
}
|
||||
}
|
||||
steps {
|
||||
sh 'pwd'
|
||||
sh 'vn-include "$WORKSPACE"'
|
||||
}
|
||||
}
|
||||
|
|
Reference in New Issue