|
|
@@ -94,11 +94,11 @@ pipeline {
|
|
|
branch 'master'
|
|
|
}
|
|
|
steps {
|
|
|
- withDockerRegistry([credentialsId: 'nexus', url: 'https://nexus.foodgame.fr']) {
|
|
|
+ withDockerRegistry([credentialsId: 'nexus', url: 'nexus.foodgame.fr:8123']) {
|
|
|
script {
|
|
|
def dockerImageName = 'fatboar_master_express_preprod '
|
|
|
def dockerImageTag = 'latest'
|
|
|
- def nexusRepository = 'nexus.foodgame.fr:8123'
|
|
|
+ def nexusRepository = 'fatboar_repo'
|
|
|
|
|
|
sh """
|
|
|
echo "Tagging Docker image..."
|