-
New Feature
-
Resolution: Unresolved
-
Minor
-
None
-
Jenkins ver. 2.30
Our Jenkins deployment has a "build" job that may be triggered by github pull requests. There are various downstream jobs triggered by this job: deploy the artefact on a test infrastructure, run various tests agents against the test infrastructure, and verify that no bugs were logged by the testing activity.
The build job includes a Post-build Action ("Aggregate downstream test results") that means the result of those jobs are included in the information displayed on the web page; however, it would be convenient if that information (downstream test results) were also added to the github pull-request information.
Would it be possible to update ghprb-plugin so it includes downstream test results in the github pull request page?