formation před 1 rokem
rodič
revize
912e24abab
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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'