Browse Source

pipeline experiments

pcoletta 7 hours ago
parent
commit
17d602b792
1 changed files with 3 additions and 0 deletions
  1. 3 0
      Jenkinsfile

+ 3 - 0
Jenkinsfile

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