Tomishinets Vladimir 4 years ago
parent
commit
f381efdbb2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      buildImage.Jenkinsfile

+ 1 - 1
buildImage.Jenkinsfile

@@ -78,7 +78,7 @@ pipeline {
       steps {
         script {
           echo "Push changes to Repo"
-          COMMIT = "Version update ${PROJECT}"
+          COMMIT = "Build version ${TAG}"
           gitOps.push(HELM_DIR, COMMIT)
         }
       }