Hello,
I have configured this plugin for our project repository on GitHub. It is working awesome on PR's.
We have to run Jenkins server on private IP(inside VPN). Our project is open source and we want to validate PR's on Jenkins server(inside VPN) and report the result back to the GitHub.
We have few questions on this plugin.
1. How to customize PR status message and URL to the console log, which is reported on PR. I want to post the console log to a public server and point that URL on PR's. Currently, it is pointing Jenkins server console URL, which is inside VPN. The community cannot access this server/logs.
2. I want to rebuild the job when I post some text on PR, example "retest this please".
Thanks,
-Jeeva