Explorar el Código

pipeline experiments

pcoletta hace 7 horas
padre
commit
17d602b792
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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 {