[FOLIO-927] Add capability for Jenkins CI to post comments to PR Created: 07/Nov/17 Updated: 12/Nov/18 Resolved: 08/Nov/17 |
|
| Status: | Closed |
| Project: | FOLIO |
| Components: | None |
| Affects versions: | None |
| Fix versions: | None |
| Type: | Task | Priority: | P2 |
| Reporter: | John Malconian | Assignee: | John Malconian |
| Resolution: | Done | Votes: | 0 |
| Labels: | ci, sprint26 | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | 2 hours | ||
| Original estimate: | Not Specified | ||
| Issue links: |
|
||||||||
| Sprint: | |||||||||
| Description |
|
It would useful for Jenkins to be able to post comments to a GitHub PR so that developers get immediate feedback about build results rather than looking through the full output of the Jenkins job which can be long and difficult to wade through. Example use case: Eslint errors that are generated in a build can be posted back as a comment. This additionally gives the flexibility of reporting important information without failing a build. |
| Comments |
| Comment by John Malconian [ 08/Nov/17 ] |
|
Capability added by installing the https://github.com/jenkinsci/pipeline-github-plugin and using the pullRequest.comment method to post comments to GitHub. |