formation 1 year ago
parent
commit
912e24abab
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

@@ -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'