Re: Pipeline - Second JUnitResultArchiver step doesn't mark build UNSTABLE

2016-06-28 Thread Lionel Orellana
Had something to do with having the same surefire suite name in both calls. Hints came from comments in method add(SuiteResult sr) in TestResult.java . I changed the suite name in the second

Pipeline - Second JUnitResultArchiver step doesn't mark build UNSTABLE

2016-06-28 Thread Lionel Orellana
Hello, I have to make two different maven invocations to build my app and run some tests. This is all within the same node/stage at the moment. 1) sh "${global.mvnCmd} -Dmaven.test.failure.ignore clean install " archive '**/*.ear, **/pom.xml' step([$class: 'JUnitResultArchiver', tes