Skip to content

Commit

Permalink
only publish TAP results
Browse files Browse the repository at this point in the history
- Remove JUnit and TestNG result publishing

[ci skip]

Issue eclipse-openj9#981

Signed-off-by: Adam Brousseau <adam.brousseau88@gmail.com>
  • Loading branch information
AdamBrousseau committed Feb 20, 2018
1 parent 11cdb0f commit 9eb31ec
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions buildenv/jenkins/common/test
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,6 @@ def test() {
def publish() {
stage('Publish Test Results') {
timestamps {
junit allowEmptyResults: true, keepLongStdio: true, testResults: '**/junitreports/**/*.xml'
step([$class: 'Publisher', reportFilenamePattern: '**/testng-results.xml'])
step([$class: "TapPublisher", testResults: "**/*.tap"])
}
}
Expand Down

0 comments on commit 9eb31ec

Please sign in to comment.