disable junit xml collection
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1842668 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
bd16d310b9
commit
dc45ce9410
@ -506,11 +506,11 @@ xmlbeansjobs.each { xjob ->
|
|||||||
}
|
}
|
||||||
publishers {
|
publishers {
|
||||||
archiveArtifacts('build/private/**')
|
archiveArtifacts('build/private/**')
|
||||||
archiveJunit('build/test/reports/*.xml') {
|
//archiveJunit('build/test/reports/*.xml') {
|
||||||
testDataPublishers {
|
// testDataPublishers {
|
||||||
publishTestStabilityData()
|
// publishTestStabilityData()
|
||||||
}
|
// }
|
||||||
}
|
//}
|
||||||
|
|
||||||
if (!xjob.skipcigame) {
|
if (!xjob.skipcigame) {
|
||||||
configure { project ->
|
configure { project ->
|
||||||
|
Loading…
Reference in New Issue
Block a user