Re: Another Jenkins server as backup

2015-08-19 Thread 'Pulkit Lall' via Jenkins Users
/display/JENKINS/Gearman+Plugin On Wednesday, August 19, 2015 at 6:33:52 PM UTC-7, Pulkit Lall wrote: Thanks Brian Will have a look and let you know.From: Brian Ray Sent: ‎20-‎08-‎2015 12:08 AM To: Jenkins Users Subject: Re: Another Jenkins server as backup The last chapter of the book Jenkins

Re: Another Jenkins server as backup

2015-08-19 Thread Khai Do
: > > Thanks Brian Will have a look and let you know. > -- > From: Brian Ray > Sent: ‎20-‎08-‎2015 12:08 AM > To: Jenkins Users > Subject: Re: Another Jenkins server as backup > > The last chapter of the book Jenkins: The Definitive Guide >

RE: Another Jenkins server as backup

2015-08-19 Thread 'Pulkit Lall' via Jenkins Users
Thanks Brian Will have a look and let you know. -Original Message- From: "Brian Ray" Sent: ‎20-‎08-‎2015 12:08 AM To: "Jenkins Users" Subject: Re: Another Jenkins server as backup The last chapter of the book Jenkins: The Definitive Guide describes a few pra

Re: Another Jenkins server as backup

2015-08-19 Thread Brian Ray
The last chapter of the book Jenkins: The Definitive Guide describes a few practices that, if used together, would give you something like a "cold" or "warm" Jenkins master mirror. Failover however would not be automat

Re: Another Jenkins server as backup

2015-08-18 Thread 'Pulkit Lall' via Jenkins Users
After spending some time I also heard of HA. Any idea regarding this or where can I find proper documentation for this process? On Thursday, 13 August 2015 23:03:31 UTC+5:30, Wei-min Lee wrote: > > If there's concern about jobs in flight, then periodic versioning of the > matter config and files

Re: Another Jenkins server as backup

2015-08-18 Thread 'Pulkit Lall' via Jenkins Users
Khai Do, I had thought of this but one scenario was if Jenkins administrator is on leave and if by chance Jenkins server crashed then administrator will not be there to resolve it and there could be chances that by the time he arrives there will be a huge loss. So, I thought of automated failOve

Re: Another Jenkins server as backup

2015-08-18 Thread 'Pulkit Lall' via Jenkins Users
Wei-min Lee, thanks for the help but am currently not open to paid solution. On Wednesday, 12 August 2015 22:20:03 UTC+5:30, Wei-min Lee wrote: > > I think what you're looking for is a paid solution, > https://www.cloudbees.com/products/cloudbees-jenkins-platform/enterprise-edition/features/high-

Re: Another Jenkins server as backup

2015-08-13 Thread Wei-min Lee
If there's concern about jobs in flight, then periodic versioning of the matter config and files cannot address the requirement. HA is what would address a live failover requirement. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscr

Re: Another Jenkins server as backup

2015-08-13 Thread Wei-min Lee
If there's concern about jobs in flight, then periodic zipping of the matter config and files cannot address the requirement. HA is what would address a live failover requirement. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe

Re: Another Jenkins server as backup

2015-08-12 Thread Khai Do
I don't think Pulkit needs a high availablility solution to solve his use case especially if he anticipates that it doesn't happen that often. One thing that can be done is to save and version the Jenkins configuration and jobs in SCM then load them to the secondary Jenkins only when needed the

Re: Another Jenkins server as backup

2015-08-12 Thread Wei-min Lee
I think what you're looking for is a paid solution, https://www.cloudbees.com/products/cloudbees-jenkins-platform/enterprise-edition/features/high-availability-plugin. On Tuesday, August 11, 2015 at 9:37:17 PM UTC-7, Pulkit Lall wrote: > > Hi everyone, > I am new to Jenkins and just thought of