github-plugin
github-plugin copied to clipboard
[JENKINS-59088] Github's pending does not wait until all concurrent builds are finished
Hi! In my jenkinsfile, there are 2 builds that are launched concurrently. One for windows and another for linux. But when one of them is finished, Github shows that all checks are finished even if the other build is not finished. Could be useful that github waits until all builds are done before showing if it is a fail or a success. Thanx you
Originally reported by progabr1, imported from: Github's pending does not wait until all concurrent builds are finished
- assignee:
lanwen
- status: Open
- priority: Major
- component(s): github-plugin
- resolution: Unresolved
- votes: 0
- watchers: 1
- imported: 2025-12-08
Raw content of original issue
Hi! In my jenkinsfile, there are 2 builds that are launched concurrently. One for windows and another for linux. But when one of them is finished, Github shows that all checks are finished even if the other build is not finished. Could be useful that github waits until all builds are done before showing if it is a fail or a success. Thanx you