Frustration with separating Maven build and test steps

2015-01-23 Thread Jeff
I have a multi-module QA project that I need to check out and build. I want the build step to not run any tests except for certain ones in a specific sub-module. If I attempt to list the test classes as part of the main build, it doesn't seem to find the tests or it fails because it tries running

Re: Discard old builds not working

2015-01-23 Thread Arpit Gupta
Ended up logging https://issues.jenkins-ci.org/browse/JENKINS-26576 as it seems like a bug to me. -- Arpit Gupta Hortonworks Inc. http://hortonworks.com/ On Jan 23, 2015, at 7:59 AM, Arpit Gupta mailto:ar...@hortonworks.com>> wrote: More weirdness. I installed the discard old builds plugin an

Re: Jenkins with Saml 2.0 SSO Authentication

2015-01-23 Thread Ben McCann
Yes, all the contents of the xml file On Fri, Jan 23, 2015 at 8:29 AM, John Burrows wrote: > Or is it just all the contents of the xml file? > > Thanks, > John > > --- > > John Burrows > > Supervisor Software Engineering, USA > > SCM: AD Common Services

Re: Jenkins with Saml 2.0 SSO Authentication

2015-01-23 Thread John Burrows
Or is it just all the contents of the xml file? Thanks, John --- John Burrows Supervisor Software Engineering, USA SCM: AD Common Services T + 1 704 423 2531 / M + 1 864 490 1091 *Vacation Alert :* *Feb 27 / **Mar 30-Apr 2 / Jun

Re: Jenkins with Saml 2.0 SSO Authentication

2015-01-23 Thread John Burrows
Ben, Thanks for the quick response, maybe I wasnt clear, but what I am asking, is what info goes into that field and in what format? Can you send me an example? Thanks, John --- John Burrows Supervisor Software Engineering, USA SCM: AD Common Services

Re: Jenkins with Saml 2.0 SSO Authentication

2015-01-23 Thread Ben McCann
Hey John, Ping should be able to give you a metadata file which contains all the configuration information you need. We set it up this way, so that you only have enter a single field instead of a few different fields. I haven't used Ping specifically before, but found these docs, which may help y

Re: Discard old builds not working

2015-01-23 Thread Arpit Gupta
More weirdness. I installed the discard old builds plugin and when i run that it will clean up builds that are older than 1 day. But when using the default options it leaves them. I had run it yesterday morning and had to run it again today to clean up artifacts again. Also this seems to be ha

RE: add version number to each artifacts in jenkins

2015-01-23 Thread Ginga, Dick
Use the $BUILD_NUMBER however you want to create a version string. We use version strings of the form a.b.c.d. I pass in a parameter called VERSION_BASE that is a.b.c. Then I name my artifacts with $VERSION_BASE.$BUILD_NUMBER. Also look at the Version Number plugin From: jenkinsci-users@googleg

Re: Why is Jenkins restarting jobs on its own

2015-01-23 Thread Mark Sinclair
Did some further research and it's possible these issues are related to: JENKINS-24380 This was recently released in 1.597, so I'm giving it a shot. The changelog and associated wiki have some good details.

Flashing computer icon in node overview

2015-01-23 Thread derFunk
Hi all, I've got several nodes in my Jenkins setup whose computer icons in the node overview don't ever stop flashing. According to the Code in SlaveComputer.java

Re: Jenkins with Saml 2.0 SSO Authentication

2015-01-23 Thread John Burrows
Ben, I am trying to get the SAML plugin to work, but the configuration in Security is confusing. All I see when clicking SAML in the security configuration is: Any ideas or help on how to proper

Re: add version number to each artifacts in jenkins

2015-01-23 Thread nagashree ck
Thanks rginga, i want version number like 1.0 if i make any changes in the same version the version number should be 1.1 how i can provide by using $BUILD_NUMBER On Wednesday, January 21, 2015 at 6:35:24 PM UTC+5:30, rginga wrote: > > You will have to do that during the build by naming your ar

Re: add version number to each artifacts in jenkins

2015-01-23 Thread nagashree ck
Thanks On Wed, Jan 21, 2015 at 6:35 PM, Ginga, Dick wrote: > You will have to do that during the build by naming your artifacts when > they are created. Jenkins provides $BUILD_NUMBER as a token you can use. > > > > *From:* jenkinsci-users@googlegroups.com [mailto: > jenkinsci-users@googlegroup

Comparing TAP files

2015-01-23 Thread Paulo Matos
Hi all, Currently all my tests somehow end up generating TAP files for test results so I can use the TAP plugin. But I find it highly restrictive since it only shows me numeric comparison with previous results like: (+1 fail) or so... I would like to be able to: * Know which tests used to pass