Tomishinets Vladimir 3 anni fa
parent
commit
7c6f188287
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      updateK8s.Jenkinsfile

+ 2 - 1
updateK8s.Jenkinsfile

@@ -78,7 +78,8 @@ pipeline {
       steps {
         script {
           echo "Push changes to Repo"
-          COMMIT = "Version update ${Laboratory} to ${TAG}"
+          PROJECT = DOCKER_IMAGE.split("/")[1]
+          COMMIT = "Version update ${PROJECT} to ${TAG}"
           gitOps.push(HELM_DIR, COMMIT)
         }
       }