Explorar o código

Обновить 'Jenkinsfile'

Vladimir Tomishinets %!s(int64=7) %!d(string=hai) anos
pai
achega
81650800a8
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      Jenkinsfile

+ 4 - 0
Jenkinsfile

@@ -43,6 +43,10 @@ pipeline {
         sh '''serial=$(cat ${WORKSPACE}/${SWARM_GIT_NAME}/tags/bind.version)
               ${WORKSPACE}/generate_zone.sh ${serial}
            '''
+        wrap([$class: 'AnsiColorBuildWrapper', 'colorMapName': 'xterm']) {
+          sh 'cat ${WORKSPACE}/infoclinica.lan.zone && cat ${WORKSPACE}/201.168.192.in-addr.arpa.zone \
+              cat ${WORKSPACE}/204.168.192.in-addr.arpa.zone && cat ${WORKSPACE}/205.168.192.in-addr.arpa.zone'
+        }
       }
     }
     stage("Create BIND Docker Image") {