-
Bug
-
Resolution: Fixed
-
Major
-
Jenkins 1.580.2
mantis-plugin 0.25
After a build which required an interaction with Mantis, one can found the credentials used by mantis-plugin in the file build.xml
<hudson.plugins.mantis.MantisRegisterAction plugin="mantis@0.25"> <site> <url>http://someserver/mantis/</url> <version>V120</version> <userName>aaaaa</userName> <password>xxxxx</password> </site> <issueNo>3465</issueNo> </hudson.plugins.mantis.MantisRegisterAction>