Issue Type: Bug Bug
Affects Versions: current
Assignee: Frédéric Camblor
Components: scm-sync-configuration
Created: 31/Jul/12 5:11 PM
Description:

The documentation claims that, in version 0.0.5, JENKINS_HOME/*.xml will be synced. However, in JenkinsConfigScmSyncStrategy.java the pattern is:

    private static final String[] PATTERNS = new String[]{
        "config.xml",
        "hudson*.xml",
        "scm-sync-configuration.xml"
    };

This excludes the configuration files for many plugins which are not prefixed by 'hudson'.

Project: Jenkins
Priority: Major Major
Reporter: Kevin Scaldeferri
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

Reply via email to