jenkinsci / jenkinsci/github-branch-source-plugin
[JENKINS-50549] PR from master to branch deletes master
- Dominant language
- Java
- Stars
- 217
- Forks
- 398
- Avg merge
- 30m
- Merged PRs (30d)
- 1
Description
When in Github Enterprise I create a new Pull Request from master to a branch (base: branch, compare: master) in Jenkins, master branch gets removed (master) and is not built anymore. This is kind of strange and rather inappropriate behaviour.
Why to do PR from master to branch - this can be useful for review purposes on Github. Though as we are using Continuous Delivery from master, this is unacceptable for master to be removed. Strange thing is that as far as I have checked it breaks only when master is a compared branch one.
---
Originally reported by radekl, imported from: PR from master to branch deletes master
Raw content of original issue
When in Github Enterprise I create a new Pull Request from master to a branch (base: branch, compare: master) in Jenkins, master branch gets removed (
master) and is not built anymore. This is kind of strange and rather inappropriate behaviour.Why to do PR from master to branch - this can be useful for review purposes on Github. Though as we are using Continuous Delivery from master, this is unacceptable for master to be removed. Strange thing is that as far as I have checked it breaks only when master is a compared branch one.
Contributor guide
Assessment
This issue has not been assessed yet.