Tomishinets Vladimir 4 vuotta sitten
vanhempi
commit
f381efdbb2
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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)
         }
       }