rundeck-plugins / git-plugin

10 stars 21 forks source link

Support for git add/commit/push #8

Closed refriedjello closed 1 year ago

refriedjello commented 5 years ago

I would like to request an enhancement that would enable this plugin to manage the most common operations around working with git.

Situation:

Rundeck server has local files that get modified as part of other jobs. Gitlab is used to store master copy and revision changes. git-plugin is then called to add and stage changes to those files, and push changes up to git branch. Support commit message boilerplate with ability to prepend/append additional values/variables.