Status of docker-slaves-plugin

2017-07-03 Thread Richard Bywater
Hi Just wondering what the status of the Docker Slaves Plugin ( https://github.com/jenkinsci/docker-slaves-plugin ) is? Last commit was 7 months ago and there's a couple of PRs open on it that have been open a while too. Reason I ask is that I'm looking to start using it in anger on our team's J

Re: RateLimitHandler error

2017-07-03 Thread James Dumay
We depend on it directly because we use it directly to make the Pipeline Editor work. https://github.com/jenkinsci/blueocean-plugin/blob/404ac7275b4bac85b8ebaea3e7245abc94cb4769/pom.xml#L471 We just started to use that new API for handling rate limits and abuse limits so the UI doesn't freeze up

Re: [Adopt a plugin] - schedule-build-plugin

2017-07-03 Thread mail
Yes, I received the invitation, thank you very much! On Monday, July 3, 2017 at 8:17:17 PM UTC+2, Oleg Nenashev wrote: > > Done. You should have an invitation to the Jenkins organization in your > inbox > > понедельник, 3 июля 2017 г., 18:49:50 UTC+2 пользователь Oleg Nenashev > написал: >> >> W

Re: [Adopt a plugin] - schedule-build-plugin

2017-07-03 Thread Oleg Nenashev
Done. You should have an invitation to the Jenkins organization in your inbox понедельник, 3 июля 2017 г., 18:49:50 UTC+2 пользователь Oleg Nenashev написал: > > Will do it today > > воскресенье, 2 июля 2017 г., 16:50:48 UTC+2 пользователь > ma...@martinspielmann.de написал: >> >> Ping >> >> On

Re: [Adopt a plugin] - schedule-build-plugin

2017-07-03 Thread Oleg Nenashev
Will do it today воскресенье, 2 июля 2017 г., 16:50:48 UTC+2 пользователь ma...@martinspielmann.de написал: > > Ping > > On Monday, June 19, 2017 at 2:54:59 PM UTC+2, Oleg Nenashev wrote: >> >> Hello, >> >> The plugin is not in the "adopt-a-plugin" list though it seems to be >> inactive. Commonl

Re: RateLimitHandler error

2017-07-03 Thread Oleg Nenashev
Likely it is a binary conflict with GitHub API version older than 1.64 (commit: https://github.com/kohsuke/github-api/commit/4093e53b5b7eb16e0b4de184a93262285ee6164b). The first step is to ensure that all plugins depend on GitHub API Plugin instead of the direct library dependency. Added Jam

Re: [Proposal] Making all things Stapler more declarative

2017-07-03 Thread Robert Sandell
> Would this change have helped you get started quicker? Yes, If I can remember that far back I believe it would have helped, 90% of learning how to code plugins is looking at what others have done before. > Would this change help you even now? Yes, even though my brain usually reads "stapler meth

[Proposal] Making all things Stapler more declarative

2017-07-03 Thread Stephen Connolly
I have been developing Jenkins plugins and changes to Jenkins core for more than 10 years now. As such, I have internalized a lot of the knowledge about how to develop against Jenkins and more specifically against Stapler. When I talk to people trying to start out development against Jenkins, the

Re: RateLimitHandler error

2017-07-03 Thread Ullrich Hafner
Please use the issue tracker to report bugs. > Am 03.07.2017 um 05:48 schrieb Luo : > > Hi Expert > I'm running Jenkins with gitlab, when I trigger a build, there are > following error in console: > > FATAL: org/kohsuke/github/RateLimitHandler > java.lang.NoClassDefFoundError >

Re: Upgrading remoting to Java 8

2017-07-03 Thread Oleg Nenashev
Hi, AFAIK there is no graceful handling of errors in the Maven project plugin. There was just a workaround which reconfigures Java settings, but it does not guarantee that Jenkins master will actually work. In the plugin's Wiki it i