upd
This commit is contained in:
parent
ac34be9041
commit
761e2639c7
|
@ -31,7 +31,7 @@ pipeline {
|
|||
steps {
|
||||
echo 'Docker build....'
|
||||
|
||||
sh label: '', script: 'docker build -f ./docker/Dockerfile --build-arg docker_registry=dhub.lex.lan:5000 -t dhub.lex.lan:5001/app/'+projectname+':'+docker_tag+' .'
|
||||
sh label: '', script: 'docker build -f ./docker/Dockerfile --build-arg docker_registry=dhub.lex.lan:5000 -t dhub.lex.lan:5001/app/'+projectname+':'+docker_tag+' --no-cache .'
|
||||
}
|
||||
}
|
||||
stage('docker push'){
|
||||
|
|
Loading…
Reference in New Issue