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
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
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
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
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
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
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
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