Tim Jacomb

Results 1014 comments of Tim Jacomb

not sure exactly what you are doing, but if you see the change to `blueocean/pom.xml` in this PR that fixes the issue.

In our org we have automerge setup for when branch conditions are met. And we always require review, we like just being able to approve a PR and then it...

I can do that but just means adding another github action all over the place, previously we were able to control this in org settings in dependabot which was nice.

Relates to https://github.com/jenkinsci/checks-api-plugin/issues/148 and https://github.com/jenkinsci/checks-api-plugin/issues/103 possibly could be closed as a duplicate of https://github.com/jenkinsci/checks-api-plugin/issues/148

> Would you think a setup like this could be nested underneath the GitHub Org based project? Yes although it doesn't have to be in a GitHub org project. You...

Sounds like it would be good! @mrginglymus

You can still disable the build status notification with this plugin. What's the reason you don't want to change the pipeline auth to using the GitHub app? What major changes...

Do you have a pre commit hook that runs them? i.e how do you have it setup to run those?

Can you provide more info? Are you talking about 2 or 3? Are you using `git` or `github` authentication to the shared library. Related PR which fixed it for most...

The default check should be correct at least with multi branch pipelines, the PR I linked above fixed that in all cases I know of Pipelines doing custom notifications like...