소스 검색

pipeline experiments

pcoletta 7 시간 전
부모
커밋
17d602b792
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      Jenkinsfile

+ 3 - 0
Jenkinsfile

@@ -1,7 +1,9 @@
 pipeline {
     agent { label 'dokskan_central_image_build' }
     
+// a
     environment {
+
         HARBOR_REGISTRY = 'registry.colettapaolo.com'
         HARBOR_PROJECT = 'dokskan'
         IMAGE_NAME = 'dokskan_central'
@@ -27,6 +29,7 @@ pipeline {
             printContributedVariables: true,
             printPostContent: true
         )
+
     }
     
     stages {