jenkinsci / jenkinsci/github-branch-source-plugin
[JENKINS-65765] Multibranch job (PR) continues even after failure due to merge conflict
- Dominant language
- Java
- Stars
- 217
- Forks
- 398
- Avg merge
- 30m
- Merged PRs (30d)
- 1
Description
The error can be observed in a multi branch pipeline when running a job for a PR which causes merge conflicts. The pipeline continues without the source code from the repo.
The output is inconclusive in that there is no error message in the logs and it just fails on the next step that requires a file from the repo.
---
Originally reported by daniel_steiert, imported from: Multibranch job (PR) continues even after failure due to merge conflict
Raw content of original issue
The error can be observed in a multi branch pipeline when running a job for a PR which causes merge conflicts. The pipeline continues without the source code from the repo.
The output is inconclusive in that there is no error message in the logs and it just fails on the next step that requires a file from the repo.
environment
```
Jenkins 2.277.3,
Plugins: workflow-multibranch@2.24, branch-api-plugin@2.6.3, github-branch-source-plugin@2.10.2
```
Contributor guide
Assessment
This issue has not been assessed yet.