-
Notifications
You must be signed in to change notification settings - Fork 42
feat: support contributing a GH check to the upstream job that triggered the build #315
Conversation
💔 Tests FailedExpand to view the summary
Build stats
Test stats 🧪
Test errorsExpand to view the tests failures
Steps errorsExpand to view the steps failures
Log outputExpand to view the last 100 lines of log output
|
…red the build (elastic#315) * feat: support contributing a GH check to the upstream job that triggered the build * fix: add credentials # Conflicts: # .ci/Jenkinsfile
What does this PR do?
It adds three input parameters to the Jenkinsfile, empty by default, which will be populated by upstream jobs (more specifically PRs triggering this job).
It will post the check after the job is finished, using the upstream parameters to configure the check.
Why is it important?
It will allow Beats PRs to be notified about the E2E tests, providing a fast feedback about the status of the original PR.
Checklist
make notice
in the proper directory)Author's Checklist
Related issues