|
|
@@ -33,8 +33,6 @@ node {
|
|
|
def nexusUrl = 'https://nexus.foodgame.fr'
|
|
|
def nexusRepository = 'fatboar_repo'
|
|
|
|
|
|
- // Étape de construction de l'image Docker
|
|
|
- sh "docker build -t ${dockerImageName}:${dockerImageTag} ."
|
|
|
|
|
|
// Étape de connexion au registre Docker Nexus
|
|
|
sh "docker login -u ${admin} -p ${azerty10} ${nexusUrl}"
|