ksieren 3 年 前
コミット
0ce86fe0de
1 ファイル変更2 行追加2 行削除
  1. 2 2
      Jenkinsfile

+ 2 - 2
Jenkinsfile

@@ -84,9 +84,9 @@ spec:
               yq eval '.image.repository = env(IMAGE_REPO)' -i values.yaml
               yq eval '.image.tag = env(GIT_COMMIT)' -i values.yaml
               cat values.yaml
-            '''
+              '''
               sh "git add values.yaml"
-              sh "git commit -m "Triggered Build '$GIT_COMMIT'""
+              sh "git commit -m \"Triggered Build '$GIT_COMMIT'\""
               sh "git push https://$HELM_GIT_REPO_URL --force"
             }
           }