nishio-dens / bitbucket-pullrequest-builder-plugin

Bitbucket Pull Request Builder Plugin for Jenkins
Other
125 stars 145 forks source link

Programatically placing comment on pull request through pipeline api #218

Closed JasonDictos closed 4 years ago

JasonDictos commented 4 years ago

Does this plugin provide a pipeline api to programatically add a comment on a pr? I'm doing some custom things with our internal docker deployments, part of it is 'staging' our webapp at a url, I'd like to 'post' this comment on the open pr.

Additionally I'd like to programatically do something when the pr is detected as being deleted (in this case, I'd like to un-stage the webapp for the given pr).

Anyway to do that with this plugin? Maybe I can use this plugin as an example for a custom one...

CodeMonk commented 4 years ago

No, but the bitbucket plugin might.

Feel free to submit something if you end up extending this plugin!