Re: How to Deploy the jar file through jenkins after build process

2015-10-08 Thread Maciej Jaros
sumanth veera (2015-10-04 16:35): Hi All, i am trying to Deploy the jar files to remote server from the artifacts created.after the build process can any one tell me how to do this . Basically i need to deploy the jar to remote server. If you have many servers (or plan to grow) it might b

Re: Preventing two jobs to run simultaneously on same node but allowing to run simultaneously on different nodes

2015-10-08 Thread Catalyst Approva
Thanks Victor! Throttle concurrent build plugin did work. It seems i had incorrectly configured it previously but its working now. Thanks again! On Mon, Sep 28, 2015 at 3:50 PM, Victor Martinez < victormartinezru...@gmail.com> wrote: > Hi there, > > I believe "Throttle concurrent builds" plugin

Re: Simple Plugin Theme Store

2015-10-08 Thread Kayn Ty
i approve that idea. it could be great to have a link to that central place on the Simple Theme Plugin readme, https://github.com/mallowlabs/simple-theme-plugin and in the official jenkins website. Le dimanche 6 septembre 2015 18:38:10 UTC+2, Lewis England a écrit : > > Hi everybody, > > I'm a

Workflow manual input step: how do I use it the right way?

2015-10-08 Thread Martin d'Anjou
I think I am using the Workflow manual input step incorrectly. I must misunderstand the problem it solves. My pipeline has several steps: 1) compiler phase 1 and test (1 hour) 3) manually decide whether to stop or continue to step 4 4) compiler phase 2 and more tests (2 to 4 hours) 5) manually de

is 51,000 tests too much in a job?

2015-10-08 Thread Kevin Goess
Is 51,000 tests too much in a single job? We're seeing painful slowdowns in the Jenkins UI and this question came up. Our junit.xml file is about 17MB in size. Are other people running that number of tests successfully? -- You received this message because you are subscribed to the Google

Re: Gerrit Trigger Password Troubles

2015-10-08 Thread Justin Fehr
I downgraded to 1.609 and am still seeing the issue. I am wondering if this is a bug that has been around for a while, my guess (although I can't confirm) is that it does not affect users who already have it set up. only users trying to change or set a password for the first time. On Wednesday,

CLI Created Jobs Do Not Run

2015-10-08 Thread Hilco Wijbenga
Hi all, I am experiencing a strange issue. I am successfully creating new jobs using Jenkins CLI "create-job" + "enable-job" but these jobs are not triggered (they use "Build Periodically"). If I go in and change something through the UI (e.g., I change H/10 * * * * to H/10 * * * 1-7), then all

Re: CLI Created Jobs Do Not Run

2015-10-08 Thread Hilco Wijbenga
On 8 October 2015 at 15:09, Hilco Wijbenga wrote: > I am experiencing a strange issue. I am successfully creating new jobs using > Jenkins CLI "create-job" + "enable-job" but these jobs are not triggered > (they use "Build Periodically"). If I go in and change something through the > UI (e.g., I c