@@ -24,7 +24,7 @@ node {
}
- stage("Push ${e} images to nexus") {
+ stage("Push images to nexus") {
withCredentials([usernamePassword(credentialsId: 'nexus', usernameVariable: 'NEXUS_USERNAME', passwordVariable: 'NEXUS_PASSWORD')]) {
def nexusUrl = 'https://nexus.foodgame.fr'
def nexusRepository = 'fatboar_repo'