Files
gtav-src/tools_ng/etc/CruiseControl/missiontester/missiontester_stats.xml
T
2025-09-29 00:52:08 +02:00

9 lines
399 B
XML
Executable File

<statistics xmlns:cb="urn:ccnet.config.builder">
<!-- xpath comes out of the buildlog xml files -->
<statisticList>
<!-- statistic name='BuildTime' xpath='sum(//report-result/counter/@duration)'/ -->
<firstMatch name="Changeset" xpath="//modifications/modification/changeNumber" />
<firstMatch name="User" xpath="//modifications/modification/user" />
</statisticList>
</statistics>