Skip to content
Snippets Groups Projects
Commit 188cc55c authored by Mattia Mancini's avatar Mattia Mancini
Browse files

SSB-47: fixing jenkinsfile

parent 1d347a09
No related branches found
No related tags found
1 merge request!44Merge back holography to master
......@@ -35,10 +35,11 @@ pipeline {
stage('build run image') {
steps {
script{
name = docker.build("holography", '-f CAL/Docker/HolographyDeploy/Dockerfile .')
.tag(env.LOFAR_TAG)
dir('CAL/Docker/HolographyDeploy'){
name = docker.build("holography").tag(env.LOFAR_TAG)
withDockerRegistry(credentialsId: 'nexus', url: env.LOFAR_REGISTRY_URL) {
tag_and_push(name, env.LOFAR_REGISTRY)
}
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment