scripted junit
jenkinsfiles_play/scripted_branch There was a failure building this commit Details

scripted_branch
Denes Matetelki 6 years ago
parent e2f4794691
commit 227539917a

1
Jenkinsfile vendored

@ -40,6 +40,7 @@ node('master') {
}
echo 'This will always run'
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>
Loading…
Cancel
Save