Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-14642

SCM Sync Configuration does not include many config files.

XMLWordPrintable

      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'.

            fcamblor Frédéric Camblor
            kscaldef Kevin Scaldeferri
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: