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

SCM-Sync stops synchronising after deleting a job

      Whenever a job is deleted, SCM sync can not synchronise the change. Trying to iron out the issues led me to JENKINS-18499.

          [JENKINS-18500] SCM-Sync stops synchronising after deleting a job

          Could be a duplicate of this.

          Gavin Kingsley added a comment - Could be a duplicate of this.

          dupe/related to JENKINS-15128

          Frédéric Camblor added a comment - dupe/related to JENKINS-15128

          Zeton added a comment -

          Hi,

           

          Workaround create Jenkins Job Free type:

           

          Restrict where this project can be run: master

           

          Execute shell command: 

          cd $JENKINS_HOME/scm-sync-configuration/checkoutConfiguration/

           

           

          git status
          git add .
          git commit -m "Fix synchronisation" 
          git push

          Zeton added a comment - Hi,   Workaround create Jenkins Job Free type:   Restrict where this project can be run: master   Execute shell command:  cd $JENKINS_HOME/scm-sync-configuration/checkoutConfiguration/     git status git add . git commit -m "Fix synchronisation"  git push

            fcamblor Frédéric Camblor
            wearymango Gavin Kingsley
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: