|
@@ -97,10 +97,10 @@ pipeline {
|
|
|
script {
|
|
script {
|
|
|
docker.withRegistry('https://nexus.foodgame.fr:8123', 'nexus') {
|
|
docker.withRegistry('https://nexus.foodgame.fr:8123', 'nexus') {
|
|
|
// Pull image
|
|
// Pull image
|
|
|
- docker.image('nexus.foodgame.fr:8123/fatboar_master_apache_preprod:latest').pull()
|
|
|
|
|
|
|
+ docker.image('nexus.foodgame.fr:8123/fatboar_master_express_preprod:latest').pull()
|
|
|
|
|
|
|
|
// Push image
|
|
// Push image
|
|
|
- docker.image('nexus.foodgame.fr:8123/fatboar_master_apache_preprod:latest').push()
|
|
|
|
|
|
|
+ docker.image('nexus.foodgame.fr:8123/fatboar_master_express_preprod:latest').push()
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|