Details
-
Bug
-
Status: Resolved (View Workflow)
-
Major
-
Resolution: Not A Defect
-
Jenkins ver. 1.628
Emma ver. 1.2.9
MsTest plugin ver.0.19
MsTestRunner plugin ver. 1.2.0
Windows Server 2012
Description
When I go to "Manage Jenkins" and "Reload configuration from disk", the configuration for MsTestPublisher dissappears from the config.xml file for the job.
We have established that the following block exists in the config.xml before hitting "Reload configuration from disk" but after reloading it's gone.
<hudson.plugins.mstest.MSTestPublisher plugin="mstest@0.19"> <testResultsFile>**/*.trx</testResultsFile> <buildTime>0</buildTime> <failOnError>true</failOnError> <keepLongStdio>true</keepLongStdio> </hudson.plugins.mstest.MSTestPublisher>
We have other post-build steps defined in the configuration that remain in the file on configuration reloading, this particular one seems to be the only oddball.
Hello Kjartan,
Thanks for your feedback. I am not able to reproduce this issue neither in my test environment nor in the production one. Could you please have a look at the Jenkins logs, in order to see if some error has been logged?
Thanks in advance,
Ivo