jenkinsci/git-changelog-plugin

Pipeline with render template when returning Context

Closed this issue · 1 comments

Environment:

  • Jenkins ver. 2.150.1
  • Plugin verstion 2.16

When running a pipeline I'm interested if it's possible to run the gitChangelog Step and return context object but then use a Mustache template to render a string.

I know that the library behind the plugin has the builder object but i'm not sure if and how I should use it directly. The plugin step seems to do an abstraction of builder but I don't know if I can use it in my case.

Thanks