Skip to content
Snippets Groups Projects
Commit 487c93e1 authored by SEBASTIA Yannick's avatar SEBASTIA Yannick
Browse files

jenkinfiles: construire le docker sans le publier

parent d816f4e9
Branches correction
No related tags found
No related merge requests found
......@@ -85,10 +85,11 @@ pipeline {
steps {
echo "Phase 13 : Script de construction l'image numérotée"
echo "Phase 14 : Script de publication de l'imagesur le registre privé"
// script {
script {
docker.build("checktva:${env.BUILD_ID}", "./src")
// docker.withRegistry('http://localhost:5000') {
// docker.build("checktva:${env.BUILD_ID}", "./src").push()
// }
}
// }
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment