JUnit Results not parsing in Jenkinsfile-based Pipeline Build

2019-08-18 Thread Matt Hollingsworth
Hi everyone, I ran into a weird issue that I thought you might be able to help troubleshoot. I'm using Jenkinsfile-based Pipelines with python, and I use pytest to produce JUnit-compatible reports after the tests are run. The problem is that I get an error when I try to parse the results with t

Re: JUnit Results not parsing in Jenkinsfile-based Pipeline Build

2019-08-20 Thread Matt Hollingsworth
t for plugins? I’m happy to debug this myself, I’m just not sure exactly where to start. Best, Matt On Aug 18, 2019, 1:52 PM -0700, Ullrich Hafner , wrote: > Shoudn’t the command use ’testResults’ as parameter name? > > junit testResults: '**/build/pytest.xml' > > > >

Re: JUnit Results not parsing in Jenkinsfile-based Pipeline Build

2019-08-22 Thread Matt Hollingsworth
roject and add the jpi and test harness and > get that working and then adding the dependencies. > > The jpi plugin should let you use plugins as dependencies (and your ide might > be able to download the sources for you to debug. > > > On Tue, Aug 20, 2019 at 19:25 Matt Holling