xUnit and Pipeline (jenkins.io)
xunit (
thresholds: [[$class: 'FailedThreshold', unstableThreshold: '0']],
tools: [ GoogleTest(pattern: '*.xml',
deleteOutputFiles: false) ]
)
xUnit and Pipeline (jenkins.io)
xunit (
thresholds: [[$class: 'FailedThreshold', unstableThreshold: '0']],
tools: [ GoogleTest(pattern: '*.xml',
deleteOutputFiles: false) ]
)