Re: commonLibFolder : Jenkins within docker

2016-07-24 Thread ZT
sorry for the delay, i got tied up with workarounds but this continues to be an issue. My goal is to load some custom jars into Jenkins so I am mounting this directory already. When i use docker-compose I have to do something like docker-compose run -d --commonLibFolder={libDirectoryLocatio

Re: commonLibFolder : Jenkins within docker

2016-07-24 Thread ZT
sorry for the delay, i got tied up with workarounds but this continues to be an issue. My goal is to load some custom jars into Jenkins so I am mounting this directory already. When i use docker-compose I have to do something like docker-compose run -d --commonLibFolder={libDirectoryLocatio

Re: Visualizing tests separately from different stages of a pipeline

2016-07-24 Thread Arnaud bourree
Yes, like Matrix job but not only. Separate tests by stage between unit tests and integration tests looks important for me. Arnaud. 2016-07-24 21:12 GMT+02:00 James Dumay : > Are you describing a situation here that's closer to what the Matrix job > type caters to? Eg Operating System X Browser

Re: Jenkins AIX version

2016-07-24 Thread Daniel Beck
> On 23.07.2016, at 22:34, Baptiste Mathus wrote: > > since some months, Jenkins requires JDK 7 minimum. Specifically, since May 2015 for weeklies, and October 2015 for LTS. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe fr

Re: Visualizing tests separately from different stages of a pipeline

2016-07-24 Thread James Dumay
Are you describing a situation here that's closer to what the Matrix job type caters to? Eg Operating System X Browser Version or something? If you don't mind drawing a picture, that could help me get across what you're use case entails :) On Mon, 25 Jul 2016 at 4:24 AM, Arnaud bourree wrote: >

Re: migrate downstream jobs to pipeline

2016-07-24 Thread Shurik
Do you mean something like this ? parallel one: { build 'B' build 'E' }, second: { build 'C' } build 'D' if yes, than in this situation D will be depend on E and I don't want it. On Sunday, 24 July 2016 16:31:14 UTC+3, Baptist

Re: Visualizing tests separately from different stages of a pipeline

2016-07-24 Thread Arnaud bourree
Hi I'm interested in test grouped by stage: we'd like to run the same set of test in different context: tests have same name and each can work in one context and not in other. Grouped by stage we can see easily which context has issue Regards Arnaud Bourrée Le 22 juil. 2016 14:07, "ST" a écrit

Re: migrate downstream jobs to pipeline

2016-07-24 Thread Baptiste Mathus
Move 'build E' instruction in the 'one' closure, just after build B. Le 24 juil. 2016 2:52 PM, "Shurik" a écrit : Hi, I have the below graph job definition ( via downstream ) and I want to migrate it to pipeline with parallel options. A /\ BC

migrate downstream jobs to pipeline

2016-07-24 Thread Shurik
Hi, I have the below graph job definition ( via downstream ) and I want to migrate it to pipeline with parallel options. A /\ BC / \ / E D A -> B, C B -> E, D C -> D B and C can run in parallel, D need to wait till B and C fin

Re: Migrating a maven-based job to pipeline style

2016-07-24 Thread work
Hello Victor, I am faced with a similar problem and gave up on the idea rather early on. Here are some of the characteristics of multiple stages of a pipeline - Ability of each stage to be explictly invoked by some command - Ability of each stage to be re-run in such a way that it can star

Disable authentication for Jenkins when running from command line

2016-07-24 Thread stevejbartholomew
Hi, would anyone be able to kindly help me with this issue? http://stackoverflow.com/questions/38543700/disable-authentication-for-jenkins-when-running-from-command-line -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from thi