浏览代码

Обновить 'Jenkinsfile'

Vladimir Tomishinets 6 年之前
父节点
当前提交
81650800a8
共有 1 个文件被更改,包括 4 次插入0 次删除
  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") {