formation 1 년 전
부모
커밋
912e24abab
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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'