Jesse Glick
Jesse Glick
…which would probably require moving support for Apps into `github-api`, as suggested in https://github.com/jenkinsci/github-branch-source-plugin/pull/291#issuecomment-612547653.
> _also_ attempts to register webhooks and should ideally be made to shut up https://github.com/jenkinsci/github-plugin/pull/225
I believe it remains valid, just never found the time to test it. No time to touch it before January.
```console $ git merge task/formatting-base merge: task/formatting-base - not something we can merge ``` Huh? Do you just mean, say, ```bash git pull origin master:master ``` resolve conflicts, reformat, and...
> I made a branch that is only the pom.xml change from `master`. I merge that Like ```bash git checkout master -- pom.xml ``` if the PR did not already...
Is this not basically JENKINS-58637 and handled already by https://github.com/jenkinsci/multibranch-build-strategy-extension-plugin?
Not sure what the root cause is, but https://github.com/jenkinsci/pipeline-input-step-plugin/pull/69 would at a minimum change the error.
> letting an instance start when security related configuration was not correctly applied is a security issue FYI https://github.com/jenkinsci/jenkins/blob/f48c5f552f72485658c1c98482b42ae42ed1ee8c/core/src/main/java/jenkins/model/Jenkins.java#L5533-L5534
This remains valid, call off the stalebots.
@jetersen feel free to file a PR, or I can take a stab at it. I see no test case in https://github.com/jenkinsci/promoted-builds-plugin/pull/208, though; can this sort of problem be reproduced...