Re: Locating extra junit xml files

2015-11-02 Thread R. Tyler Croy
(replies inline) On Mon, 02 Nov 2015, John D. Ament wrote: > It would appear I'm > hitting https://issues.jenkins-ci.org/browse/JENKINS-9980 :-( Ah, the Maven job type is no bueno in my opinion :) I assumed you were using a Freestyle or Workflow type job > > On Monday, November 2, 2015 at 5

Re: Locating extra junit xml files

2015-11-02 Thread R. Tyler Croy
(replies inline) On Mon, 02 Nov 2015, John D. Ament wrote: > > > On Monday, November 2, 2015 at 5:29:07 PM UTC-5, R Tyler Croy wrote: > > > > (replies inline) > > > > On Mon, 02 Nov 2015, John D. Ament wrote: > > > > > My build uses maven to kick off some grunt tasks to test my javascript >

Re: Locating extra junit xml files

2015-11-02 Thread John D. Ament
It would appear I'm hitting https://issues.jenkins-ci.org/browse/JENKINS-9980 :-( On Monday, November 2, 2015 at 5:37:04 PM UTC-5, John D. Ament wrote: > > > > On Monday, November 2, 2015 at 5:29:07 PM UTC-5, R Tyler Croy wrote: >> >> (replies inline) >> >> On Mon, 02 Nov 2015, John D. Ament wro

Re: Locating extra junit xml files

2015-11-02 Thread John D. Ament
On Monday, November 2, 2015 at 5:29:07 PM UTC-5, R Tyler Croy wrote: > > (replies inline) > > On Mon, 02 Nov 2015, John D. Ament wrote: > > > My build uses maven to kick off some grunt tasks to test my javascript > > code. The grunt tests use jasmine and output junit styled xml files. > > T

Re: Locating extra junit xml files

2015-11-02 Thread R. Tyler Croy
(replies inline) On Mon, 02 Nov 2015, John D. Ament wrote: > My build uses maven to kick off some grunt tasks to test my javascript > code. The grunt tests use jasmine and output junit styled xml files. > These XML files are not picked up in my build in jenkins. Any idea how I > can get jen