-
New Feature
-
Resolution: Fixed
-
Minor
-
open-source Jenkins 1.647 as well as the Cloubees jenkins.
The Pipeline's script generator doesn't show the MSTest plugin as one of the compatible plug-in as of now. As a workaround, i am using the below batch command to get the publish working from the workflow.
[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'])]
But this involves, using the "msxsl.exe" and a .xls file for the transformation of the .trx file to .xls.
- is blocked by
-
JENKINS-37159 Jenkins Pipeline support for mstest
-
- Resolved
-
- is duplicated by
-
JENKINS-37159 Jenkins Pipeline support for mstest
-
- Resolved
-
[JENKINS-32937] Request to make MSTest Plugin compatible with the new workflow
Epic Link |
New:
|
Description |
Original:
I have started to use the new Pipeline plug-in for Jenkins. But the script generator doesn't show the MSTest plugin as one of the compatible plug-in as of now. As a workaround, i am using the below batch command to get the publish working from the workflow. [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'])] But this involves, using the "msxsl.exe" and a .xls file for the transformation of the .trx file to .xls. |
New:
But the Pipeline's script generator doesn't show the MSTest plugin as one of the compatible plug-in as of now. As a workaround, i am using the below batch command to get the publish working from the workflow. [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'])] But this involves, using the "msxsl.exe" and a .xls file for the transformation of the .trx file to .xls. |
Description |
Original:
But the Pipeline's script generator doesn't show the MSTest plugin as one of the compatible plug-in as of now. As a workaround, i am using the below batch command to get the publish working from the workflow. [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'])] But this involves, using the "msxsl.exe" and a .xls file for the transformation of the .trx file to .xls. |
New:
The Pipeline's script generator doesn't show the MSTest plugin as one of the compatible plug-in as of now. As a workaround, i am using the below batch command to get the publish working from the workflow. [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'])] But this involves, using the "msxsl.exe" and a .xls file for the transformation of the .trx file to .xls. |
Labels | Original: mstest | New: pipeline |
Epic Link |
Original:
|
Labels | Original: pipeline | New: workflow |
Epic Link | New: JENKINS-34657 [ 170293 ] |
Workflow | Original: JNJira [ 168654 ] | New: JNJira + In-Review [ 183217 ] |
Labels | Original: workflow | New: pipeline workflow |
Labels | Original: pipeline workflow | New: pipeline |