Selaa lähdekoodia

jenkins squirrel

ksieren 3 vuotta sitten
vanhempi
commit
cb4317f35b
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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"
             }
           }