Devin Nusbaum

Results 77 comments of Devin Nusbaum

> I'm not opposed to a change like this, but it should cover all the common scripting features in Jenkins. For what it's worth, I think that the usage pattern...

I looked into this a bit. For what it's worth, I think that `GHAppInstallation.listRepositories` should be deprecated and eventually deleted. As noted in the various comments above and in GitHub's...

@rufoa Thanks for the PR! Can you add a regression test for the bug?

Keep your `DisableRestartFromStage extends DeclarativeOption` class that is already here. The new `InvisibleAction` class will just be a replacement for the property you added to `WorkflowJob` in https://github.com/jenkinsci/workflow-job-plugin/pull/285. Maybe call...

@pavlovic-ivan Generally speaking, Blue Ocean is not being worked on anymore, see the note on https://www.jenkins.io/doc/book/blueocean/. That said, you can install your snapshot in the advanced tab of the plugin...

> Regarding Blue Ocean, does this mean i would be creating a PR for nothing, no one will be looking into it? Yeah, it would probably be a waste of...

@philippe-granet Thanks for the PR! I think #47 should fix your problem by using the global "SCM checkout retry count" setting in Jenkins to retry failed library checkouts automatically, which...

Thanks for the PR! I'm not totally sure about this, here are a few of the immediate questions that came to mind: * Would this also work for a shared...

I just merged #48 which introduced a merge conflict, sorry! Also, it would be great to add a `help-libraryName.html` file explaining how to use the new parameter (similarly to what...

Thanks for reporting this! It looks like any use of varargs in constructors will have this issue unless you pass exactly one argument for the varargs parameter. I think it...