Browse Source

Обновить 'Jenkinsfile'

Vladimir Tomishinets 6 years ago
parent
commit
ad06d19e9f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Jenkinsfile

+ 1 - 0
Jenkinsfile

@@ -42,6 +42,7 @@ pipeline {
            '''
         echo "Generate infoclinica-zone"
         sh '''serial=$(cat ${WORKSPACE}/${SWARM_GIT_NAME}/tags/bind.version)
+              serial=$((serial+1))
               ${WORKSPACE}/generate_zone.sh ${serial}
            '''
       }