|
|
@@ -96,12 +96,12 @@ pipeline {
|
|
|
steps {
|
|
|
script {
|
|
|
def registryUrl = 'nexus.foodgame.fr:8123'
|
|
|
- def imageName = 'fatboar_master_apache_preprod'
|
|
|
+ def imageName = 'fatboar_master_express_preprod'
|
|
|
|
|
|
withCredentials([usernamePassword(
|
|
|
credentialsId: 'nexus-docker-credentials',
|
|
|
- usernameVariable: 'DOCKER_USER',
|
|
|
- passwordVariable: 'DOCKER_PASS'
|
|
|
+ usernameVariable: 'admin',
|
|
|
+ passwordVariable: 'azerty10'
|
|
|
)]) {
|
|
|
sh """
|
|
|
docker login ${registryUrl} -u ${DOCKER_USER} -p ${DOCKER_PASS}
|