Help needed in Gearman/jenkins-job-builder implementation

2016-07-30 Thread vivek . dhrhel
I am using gearman (server,plugin,client) & jenkins job builder to create jobs . I have two jenkins master instances & major goal is to keep both of them in sync & share the load . I have few queries - 1. Alternative to jenkins job builder , since it's tough for users to write yaml for every jo

Re: Help needed in Gearman/jenkins-job-builder implementation

2016-07-30 Thread Baptiste Mathus
Le 30 juil. 2016 1:01 PM, a écrit : > > I am using gearman (server,plugin,client) & jenkins job builder to create jobs . I have two jenkins master instances & major goal is to keep both of them in sync & share the load . That seems surprising. Agents are for spreading load. Or do you have agents

regarding jenkins CD in jenkins 2.0

2016-07-30 Thread Zue Sani
hi, I had few questions on CD: 1.) we are performing deployments manually using sql scripts. Can the same scripts run on jenkins when we automate the deployment?. (I heard we need to change them to dacpac scripts is that true?) -- You received this message because you are subscribed to the

Re: Migrating a maven-based job to pipeline style

2016-07-30 Thread khmarbaise
Hi, To run checkstyle alone you can simply call mvn checkstyle:check ? If you really like to run that into a separate pipeline step... The question is what kind of advantage you would expect by running generating code alone and afterwards in a different pipeline step to compile the generated c

Re: Migrating a maven-based job to pipeline style

2016-07-30 Thread jieryn
My team faces similar challenges, and I agree with almost everything said so far. I definitely echo the sentiment that it feels like there is a lot of wasted repetition when invoking discrete phases separately. We currently do this via separate jobs now, which often run at different frequencies. Ho

Re: Migrating a maven-based job to pipeline style

2016-07-30 Thread khmarbaise
Hi, so have you really measured the time you are "wasting" ? Furthermore which Maven version and plugin versions do you use? Are you using freestyle or Maven job type... On Saturday, July 30, 2016 at 8:13:14 PM UTC+2, Jesse Farinacci wrote: > > My team faces similar challenges, and I agree with

Re: Migrating a maven-based job to pipeline style

2016-07-30 Thread jieryn
Hi, On Sat, Jul 30, 2016 at 2:39 PM, khmarbaise wrote: > so have you really measured the time you are "wasting" ? Furthermore which > Maven version and plugin versions do you use? Are you using freestyle or > Maven job type... Yes, we have measured. Both with the Tesla Maven Profiler, but also

Re: regarding jenkins CD in jenkins 2.0

2016-07-30 Thread suresh kumar
Hi Zue Sani, There are lot of Open Source and Commercial tools which provides options for migrating database sql scripts. Each having their own process to prepare scripts. Some of OpenSource tools and also having Jenkins plugins to migrate scripts. 1) Liquibase 2) Flyway Have a look at these offi