瀏覽代碼

jenkins squirrel

ksieren 3 年之前
父節點
當前提交
cb4317f35b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

@@ -86,7 +86,7 @@ spec:
               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"
             }
           }