jenkinsci / pipeline-github-plugin

Pipeline: GitHub
https://plugins.jenkins.io/pipeline-github/
MIT License
159 stars 73 forks source link

Support comment hiding #80

Open jsok opened 4 years ago

jsok commented 4 years ago

GitHub allows you to hide a comment (with a reason), e.g.:

Screen Shot 2020-05-06 at 10 51 42 am

This is useful since you may not want to readily see old comments, but also don't want to delete them (since they may be useful to reference later).

aaronjwhiteside commented 4 years ago

Great suggestion!

hetile-ssense commented 1 year ago

This feature would be very useful. We have jenkins posting live update on commits and it would be great if we could simply get a list of previous comments and then mark the previous build as outdated automatically as suggested.