소스 검색

Merge remote-tracking branch 'origin/master'

hr~ 1 개월 전
부모
커밋
f0191ab62e
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      ahx-oidc/DEV/Jenkinsfile

+ 1 - 0
ahx-oidc/DEV/Jenkinsfile

@@ -25,6 +25,7 @@ node {
         def CONFIG = yaml2Map.merge(PROJECT_CONFIG, GLOBAL_CONFIG)
         CONFIG.pipeline = PROJECT_CONFIG.pipeline
         println 'configs: ' + CONFIG
+println 'deployNamespace: ' + deployNamespace
         pipeline.run(CONFIG, deployAction, stages, deployBaseBranch, deployNamespace)
     }
 }