|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
- [JIRA] (JENKINS-15976) Provided maven setti... [email protected] (JIRA)
- [JIRA] (JENKINS-15976) Provided maven ... [email protected] (JIRA)
- [JIRA] (JENKINS-15976) Provided maven ... [email protected] (JIRA)
- [JIRA] (JENKINS-15976) Provided maven ... [email protected] (JIRA)
- [JIRA] (JENKINS-15976) Provided maven ... [email protected] (JIRA)
- [JIRA] (JENKINS-15976) Provided maven ... [email protected] (JIRA)
- [JIRA] (JENKINS-15976) Provided maven ... [email protected] (JIRA)
- [JIRA] (JENKINS-15976) Provided maven ... [email protected] (JIRA)
- [JIRA] (JENKINS-15976) Provided maven ... [email protected] (JIRA)

I forgot to mention that i am using the "freestyle" project's maven builder. Apart from that i am using a newly installed jenkins with the newest version (1.492). So all i did was:
Running this job worked and i know the maven builder used the provided settings.xml, because it would not have worked otherwise (i added a server configuration for the deployment of artifacts). But as soon as i reopened the project configuration and clicked on "Save", the provided settings were lost! Thus the job failed due to the missing configuration AND i found out that any reference to the "MySettings" configuration was removed from "config.xml". The "settingsConfigId" element was still there, but it was empty!
This is a snippet of config.xml when i created the job and everything was fine:
<builders> <hudson.tasks.Maven> <targets>clean install</targets> <mavenName>maven-3.0.4</mavenName> <usePrivateRepository>false</usePrivateRepository> <settings class="org.jenkinsci.plugins.configfiles.maven.job.MvnSettingsProvider" plugin="[email protected]"> <settingsConfigId>org.jenkinsci.plugins.configfiles.maven.MavenSettingsConfig1354471384133</settingsConfigId> </settings> <globalSettings class="jenkins.mvn.DefaultGlobalSettingsProvider"/> </hudson.tasks.Maven> </builders>