What do I have:
- Jenkins job (Freestyle Project). Job trigger is
GitHub Pull Request Builder
- GitHub repository
- Webhook to trigger the Jenkins job
What do I want: change "default" label from the screenshot below to something more specific, lets say, "Codestyle"
, so the text will be "Codestyle - Build finished."
What have I tried: adding GitHub commit status It resulted in two build statuses:
Found a workaround (reference):
Result:
To keep build statuses, I removed
--none--
from "Commit Status Build Triggered" and "Commit Status Build Started" fields.