浏览代码

add prodK8s.Jenkinsfile, missprint

Tomishinets Vladimir 4 年之前
父节点
当前提交
5d1b1ee5ac
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      prodK8s.Jenkinsfile

+ 2 - 2
prodK8s.Jenkinsfile

@@ -21,7 +21,7 @@ pipeline {
     JENKINS_MAIL='jenkins.dev@sdsys.ru'
     DOCKER_REGISTRY='jcr.infoclinica.ru'
     CHART_NAME=''
-    APP_DIR=''
+    PROJECT=''
     HELM_DIR=''
     TAG=''
   }
@@ -77,7 +77,7 @@ pipeline {
       steps {
         script {
           echo "Push changes to Repo"
-          COMMIT = "Version update ${APP_DIR}"
+          COMMIT = "Version update ${PROJECT}"
           gitOps.push(HELM_DIR, COMMIT)
         }
       }