Tomishinets Vladimir il y a 3 ans
Parent
commit
7c6f188287
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  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)
         }
       }