Re: Jenkins setup

2014-02-23 Thread Yogi Nerkar
Appreciate the reply. Thanks a lot lot this , i am am trying to find the architecture diagram and details on how to setup this If you have anything please help. On Thursday, February 20, 2014 9:21:06 PM UTC+5:30, Baptiste Mathus wrote: > Choosing virtualization or physical servers depend

Re: Jenkins setup

2014-02-23 Thread Yogi Nerkar
Thanks a lot lot this gives me good view ,appreciate the reply, i am am trying to find the architecture diagram and details on how to setup this If you have anything please help. On Thursday, February 20, 2014 9:28:42 PM UTC+5:30, LesMikesell wrote: > On Thu, Feb 20, 2014 at 9:16 AM, Yogi Ne

Re: selenium-maven-plugin use xvfb mode not work in hudson?

2014-02-23 Thread Swapnil Soor
Hi Forrest Xia, *Can you please help me know, how do we make the test suite work on linux common terminal itself.* *I tried installing the Xvfb & then editing the pom.xml file to run the suite in headless mode, but its giving me compilation errors itself, where as same code base works fine in

Re: MD5/SHA1 of new release JARs?

2014-02-23 Thread Mark Waite
If you prefer a signed format, couldn't you use the RPM, or the MSI, or the deb format files? I prefer the deb format files for Debian and Ubuntu because they also install and configure log rotation, and they make the upgrade process match the rest of the operating system. I think the same applie

Re: MD5/SHA1 of new release JARs?

2014-02-23 Thread Yaniv Kaul
On Monday, February 17, 2014 1:43:55 PM UTC+2, maciej wrote: > > Yaniv Kaul (2014-02-16 08:31): > > Is it possible to publish hash of the new JARs, so at least I can somehow > try and verify their integrity? Since it's not packaged in any signed > format (RPM, MSI, etc.), it's the least we c

RE: Major Problems after upgrading to 1.532.2 LTS Release

2014-02-23 Thread SUMNER Andrew
1.532.1 – I’ve had to downgrade as Jenkins was un-useable. A suggestion has been made that the Active Directory Plugin has caused this which I will look into. From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Dunnigan, Terrence J Sent: Friday, 21 Feb

Re: jenkins best practice for automated testing

2014-02-23 Thread Benjamin Lau
The way I've done this in past and current positions has evolved over time. Generally speaking I break all of by build systems up into a couple of parts depending on what capabilities I need these generally break down into the following 5 categories: increment - deals with code checkout (are there