formation 1 gadu atpakaļ
vecāks
revīzija
6811ca55f7
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

@@ -17,7 +17,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'