提交 892f8926 编写于 作者: LinuxSuRen's avatar LinuxSuRen

Use junit to collect test reports

上级 eb712f8d
......@@ -38,4 +38,10 @@ pipeline {
}
}
}
post {
always {
junit allowEmptyResults: true, testResults: "*/**/*.xml"
}
}
}
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册