Tomishinets Vladimir %!s(int64=4) %!d(string=hai) anos
pai
achega
f381efdbb2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)
         }
       }