Skip to content

Commit 623f6c9

Browse files
committed
IN-117: Use PHPUnit as the xunit type
1 parent b789ac8 commit 623f6c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ pipeline {
9898
],
9999
tools: [
100100
[
101-
$class: 'JUnitType',
101+
$class: 'PHPUnitType',
102102
pattern: env.PHPUNIT_TESTS_REPORT_FOLDER + '/*.xml'
103103
]
104104
]

0 commit comments

Comments
 (0)