Skip to content

Commit

Permalink
IN-117: Use PHPUnit as the xunit type
Browse files Browse the repository at this point in the history
  • Loading branch information
davialexandre committed Apr 26, 2019
1 parent b789ac8 commit 623f6c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ pipeline {
],
tools: [
[
$class: 'JUnitType',
$class: 'PHPUnitType',
pattern: env.PHPUNIT_TESTS_REPORT_FOLDER + '/*.xml'
]
]
Expand Down

0 comments on commit 623f6c9

Please sign in to comment.