Jesse Glick

Results 604 comments of Jesse Glick
trafficstars

> I read it somewhere on the internet that it's prefered in github's PRs I am afraid every project has its own conventions, and preferences are certainly not consistent inside...

`scm-api` is set up for CD so release occurs automatically shortly after merging PRs with applicable labels. Ditto `workflow-cps`. I cannot speak for `git`.

https://github.com/fluent/fluentd/pull/653 that is. (backlinks)

Despite often helping to maintain it, Ant is so rarely used these days that I totally forgot to suggest https://plugins.jenkins.io/ant/ ```groovy withAnt { sh 'ant …' } ``` which will...

Libraries are for sharing Pipeline script across projects. I would especially warn against loading a library from an implicit `master` branch as it means that pushes to another repo could...

Not sure I see the point of this. You can already specify an owner…?

I have not tried this yet. Has anyone else? @bitwiseman if you would like to get this in, I can try to do a sanity check.

Note that besides this plugin, `org.jenkinsci.plugins.github.webhook.WebhookManager` _also_ attempts to register webhooks and should ideally be made to shut up.