Wondering if it's possible to set up a PR builder using a Jenkinsfile that emits multiple 'test results'.
My scenario in my head:
1. Build my source code
2. Run unit tests
If either step fails, I'd ideally like to have two separate status labels in Github so that the team can easily tell what failed.
Is it possible to have a single Jenkinsfile emit multiple statuses as part of a single 'Pull Request Builder'?