I have a jenkins standalone job, that uses the MSTest plugin
<http://wiki.jenkins-ci.org/display/JENKINS/MSTest+Plugin>, it publishes
the test result (.trx) on the jenkins UI. I want to use this feature of the
plugin via the workflow script. How can i achieve this?
At the moment, i am using this batch file, but it need the extra utilities
like the "msxls.exe" which doesn't comes with cloudbees jenkins out of the
box.
*stage name: 'Publish test result', concurrency: 1*
* bat 'C:\\bin\\msxsl.exe TestResult.trx
"C:\\Jenkins\\plugins\\mstest\\WEB-INF\\mstest-to-junit_withOutput.xsl" -o
JUnitLikeResultsOutputFile1.xml'*
* step([$class: 'JUnitResultArchiver', allowEmptyResults: true,
testResults: 'JUnitLikeResultsOutputFile1.xml'])*
--
You received this message because you are subscribed to the Google Groups
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jenkinsci-users/d14c9ef8-f807-4648-8edc-499e2f0b5612%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.