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 {