entigolabs / entigo-k8s-gitops

Entigo tool for changing kubernetes deployments.
Apache License 2.0
2 stars 2 forks source link

Append custom message to git commit messages #34

Open manjabes opened 2 years ago

manjabes commented 2 years ago

There's a need to add a custom message (from Jenkins build parameters) to the git repository commit message, to be able to reference issue tracker issues on deployments etc.

martivo commented 2 years ago

I think an additoonal configuration parameter should be added to enable adding a custom message to the exiting one. For example: GIT_MESSAGE="Fix this and that" Resulting string will be appended to the end of the commit message.