trying junit
jenkinsfiles_play/declarative_branch There was a failure building this commit Details

declarative_branch
Denes Matetelki 6 years ago
parent f02a064408
commit d3aeeeee1c

5
Jenkinsfile vendored

@ -29,7 +29,10 @@ pipeline {
} }
} }
} }
}
stage('archiving test results') {
junit: "testresults.xml"
}
}
} }

@ -0,0 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<testsuites failures="1" name="The testsuite collection" tests="6" time="">
<testsuite failures="2" name="A testsuite" tests="4">
<testcase name="a testcase"/>
<testcase name="b testcase"/>
<testcase name="c testcase">
<failure type="jujj" message="i wnt baad"/>
</testcase>
<testcase name="d testcase">
<failure type="jaaaj" message="i wntreally baad"/>
</testcase>
</testsuite>
<testsuite failures="0" name="B testsuite" tests="2">
<testcase name="e testcase"/>
<testcase name="f testcase"/>
</testsuite>
</testsuites>

@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<testsuites disabled="" errors="" failures="" name="" tests="" time="">
<testsuite disabled="" errors="" failures="" hostname="" id="" name="" package="" skipped="" tests="" time="" timestamp="">
<properties>
<property name="" value=""/>
</properties>
<testcase assertions="" classname="" name="" status="" time="">
<skipped/>
<error message="" type=""/>
<failure message="" type=""/>
<system-out/>
<system-err/>
</testcase>
<system-out/>
<system-err/>
</testsuite>
</testsuites>
Loading…
Cancel
Save