Re: Pinned repositories on GitHub

2016-10-31 Thread Baptiste Mathus
remoting? I guess it's a pretty important one for Jenkins? :-) 2016-10-31 21:14 GMT+01:00 Daniel Beck : > Hi everyone, > > GitHub added a 'pinned repositories' feature: > > https://help.github.com/articles/pinning-repositories-to-your-profile/ > (Couldn't find the help page for

Re: True High Availability/load balancing for Jenkins. Its possible!!

2016-10-31 Thread Michael Neale
Very nice Surya. I am guessing by looking that most of the magic in: https://github.com/suryagaddipati/HaJenkins I know it is a common pattern to use redis as a queuing mechanism (but some point it wasn't really intended) - do you run redis itself in some HA configuration? On Tuesday,

Pinned repositories on GitHub

2016-10-31 Thread Daniel Beck
Hi everyone, GitHub added a 'pinned repositories' feature: https://help.github.com/articles/pinning-repositories-to-your-profile/ (Couldn't find the help page for organization pages…) I added a few repositories to get started: - jenkins (because obviously) - blueocean-plugin (because it's the

[PLUGIN DEV] PR for git-client-plugin

2016-10-31 Thread Erik Håkansson
Hi! I've submitted a PR for the git-client-plugin. https://github.com/jenkinsci/git-client-plugin/pull/221 It is sort of a blocker for us at work, and we're running a locally compiled version of the plugin right now, but would much rather use the official build. The PR simply allows

Re: Can't yank a live executor

2016-10-31 Thread Arnaud Héritier
Hi Jimmy, I confirm, please contact CloudBees Support ( https://go.cloudbees.com/ ) Thanks a lot Best regards On Mon, Oct 31, 2016 at 2:29 AM, Kanstantsin Shautsou < kanstantsin@gmail.com> wrote: > 1.625.3.1 sounds like CB product, please contact their support. > > On Friday, October 28,

Re: builds verification for stapler/stapler

2016-10-31 Thread Jesse Glick
On Sat, Oct 29, 2016 at 8:59 PM, R. Tyler Croy wrote: > somebody needs to invite the `jenkinsadmin` account AFAIK only Kohsuke can do this, so pester him directly. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To

Re: [DISCUSS] Time for Jenkins to require Java 8 to run

2016-10-31 Thread Jesse Glick
On Sat, Oct 29, 2016 at 6:33 AM, Arnaud Héritier wrote: > The problem is that when a user have a large number of maven jobs running on > old JDKs, these are often legacy projects where the maintenance cost must be > 0. The problem is that using toolchains requires to update

Re: [DISCUSS] Time for Jenkins to require Java 8 to run

2016-10-31 Thread Arnaud Héritier
Yes we are agree but I really dislike this feature which is trying magically to do a fix. In the latest version of the plugin I tried to make visible the warning when it occurs. Building with with a JDK 8 and target/sources configured in java 7 is far from beeing perfect. But like I said I'm

[PLUGIN DEV] Request for feedback ssh-agent

2016-10-31 Thread Iain Adams
Hi, Would someone be able to look at https://github.com/jenkinsci/ssh-agent-plugin/pull/15 Many Thanks, -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: [DISCUSS] Time for Jenkins to require Java 8 to run

2016-10-31 Thread Arnaud Héritier
I wasn't aware of this : https://jenkins.io/doc/upgrade-guide/ a big +1 On Mon, Oct 31, 2016 at 3:41 PM, Daniel Beck wrote: > > > On 31.10.2016, at 15:22, Arnaud Héritier wrote: > > > > It's up to the users to correctly read in details our release

True High Availability/load balancing for Jenkins. Its possible!!

2016-10-31 Thread Surya Gaddipati
You need the following ingredients 1. DbBacked builds ( https://github.com/groupon/DotCi ) , i.e no in memory build data. 2. NFS mount for 'jobs' folder to share console output, artifacts ect. 3. Message Passing between various masters ( eg: build queuing, build abort, queue abort ect )

Re: [DISCUSS] Time for Jenkins to require Java 8 to run

2016-10-31 Thread Jesse Glick
On Mon, Oct 31, 2016 at 10:22 AM, Arnaud Héritier wrote: > I really dislike this feature which is trying magically > to do a fix. I dislike it too, it is just a last resort for people who are too lazy to fix their project definitions to use Animal Sniffer, toolchains, etc.