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

Add manual/scheduled commit for "offline" changes

      At times, changes can be made "offline", meaning not via Jenkins itself, but via awk, sed, manual editing, etc.

      The plugin could allow for
      1) a manual sync - although this would be a manual step i.e. can easily be forgotten
      2) a scheduled commit - every X minutes, sync all changes
      3) sync all changes when calling "reload configuration from disk"

          [JENKINS-25409] Add manual/scheduled commit for "offline" changes

          Andrei Neculau added a comment - - edited

          Is there a way to do that via a Groovy script? That would be neat for a temporary solution as a manual/scheduled job.

          Andrei Neculau added a comment - - edited Is there a way to do that via a Groovy script? That would be neat for a temporary solution as a manual/scheduled job.

          Alex Shafer added a comment -

          +1 to all three points. Would love to see these features.

          Alex Shafer added a comment - +1 to all three points. Would love to see these features.

          Mark Waite added a comment -

          The scm sync configuration plugin is deprecated. No further work is expected on the plugin.

          Users of this plugin are encouraged to migrate their jobs to Pipeline Plugin, so that their jobs will be specified in pipeline code that can be checked into an SCM, all without using the SCM Sync configuration plugin.

          Users of this plugin are also encouraged to use the Configuration as Code Plugin to specify the configuration of their Jenkins server in a file which can be checked into an SCM, all without using the SCM Sync configuration plugin.

          Mark Waite added a comment - The scm sync configuration plugin is deprecated. No further work is expected on the plugin. Users of this plugin are encouraged to migrate their jobs to Pipeline Plugin, so that their jobs will be specified in pipeline code that can be checked into an SCM, all without using the SCM Sync configuration plugin. Users of this plugin are also encouraged to use the Configuration as Code Plugin to specify the configuration of their Jenkins server in a file which can be checked into an SCM, all without using the SCM Sync configuration plugin.

            Unassigned Unassigned
            andreineculau Andrei Neculau
            Votes:
            2 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: