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

Multi-Branch Pipeline Not Pruning Branches Deleted from Remote

    XMLWordPrintable

Details

    Description

      I have a multi-branch pipeline job setup in Jenkins set to automatically build open branches. However when I close a branch and delete it from the remote it does not seem to remove the project. I checked the discarded items settings to ensure it was unset, but it seems that Jenkins is picking up the branch even though it was deleted from the remote.

      I configured the orphaned item strategy, no change. I tried to scan the pipeline manually, but the branch was still detected. I added steps to git clean and git prune origin, but nothing is removed. I am currently on the latest version of the plugin: 2.15.

      For example below, the branch feature/INT-542-Sample was deleted from the remote, but it still is being detected as a branch in Jenkins even after pruning. 

      Started by user Dean Pearce
      [Wed Jun 07 13:51:52 EDT 2017] Starting branch indexing...
      > git rev-parse --is-inside-work-tree # timeout=10
      Setting origin to git@bitbucket.org: company-ondemand/project-sync.git
      > git config remote.origin.url git@bitbucket.org: company-ondemand/sf-st-sync.git # timeout=10
      Fetching origin...
      Fetching upstream changes from origin
      > git --version # timeout=10
      using GIT_SSH to set credentials Master SSH Key for Git Creation
      > git fetch --tags --progress origin +refs/heads/*:refs/remotes/origin/*
      using GIT_SSH to set credentials Master SSH Key for Git Creation
      > git ls-remote git@bitbucket.org: company-ondemand/project-sync.git # timeout=10
      > git rev-parse --is-inside-work-tree # timeout=10
      Setting origin to git@bitbucket.org: company-ondemand/project-sync.git
      > git config remote.origin.url git@bitbucket.org:company-ondemand/project-sync.git # timeout=10
      Fetching & pruning origin...
      Fetching upstream changes from origin
      > git --version # timeout=10
      using GIT_SSH to set credentials Master SSH Key for Git Creation
      > git fetch --tags --progress origin +refs/heads/*:refs/remotes/origin/* --prune
      Getting remote branches...
      Seen branch in repository origin/develop
      Seen branch in repository origin/feature/INT-542
      Seen branch in repository origin/feature/INT-542-Sample
      Seen branch in repository origin/master
      Seen 4 remote branches
      Checking branch feature/INT-542
            ‘Jenkinsfile’ found
      Met criteria
      No changes detected: feature/INT-542 (still at a88426b7ac1dad632b5df7b4e165aafa12bddce7)
      Checking branch develop
            ‘Jenkinsfile’ found
      Met criteria
      No changes detected: develop (still at ec776ac8e6c639ea2b395f92e8aad572945ae270)
      Checking branch master
            ‘Jenkinsfile’ not found
      Does not meet criteria
      Checking branch feature/INT-542-Sample
            ‘Jenkinsfile’ found
      Met criteria
      No changes detected: feature/INT-542-Sample (still at ec776ac8e6c639ea2b395f92e8aad572945ae270)
      Done.
      [Wed Jun 07 13:51:54 EDT 2017] Finished branch indexing. Indexing took 2.2 sec
      Finished: SUCCESS

      Attachments

        Issue Links

          Activity

            Code changed in jenkins
            User: Stephen Connolly
            Path:
            src/main/java/org/jenkinsci/plugin/gitea/MergeWithGitSCMExtension.java
            http://jenkins-ci.org/commit/gitea-plugin/527d1b853bd8083983ddbbe1dce07a200a5e936e
            Log:
            JENKINS-44751 Shut-up Findbugs. Oh and remove unused imports.

            scm_issue_link SCM/JIRA link daemon added a comment - Code changed in jenkins User: Stephen Connolly Path: src/main/java/org/jenkinsci/plugin/gitea/MergeWithGitSCMExtension.java http://jenkins-ci.org/commit/gitea-plugin/527d1b853bd8083983ddbbe1dce07a200a5e936e Log: JENKINS-44751 Shut-up Findbugs. Oh and remove unused imports.

            Code changed in jenkins
            User: Stephen Connolly
            Path:
            pom.xml
            http://jenkins-ci.org/commit/gitea-plugin/c7e7e4009ae68ae49c7806c4e231eb509fd10068
            Log:
            [FIXED JENKINS-44751] Pick up release of git plugin

            scm_issue_link SCM/JIRA link daemon added a comment - Code changed in jenkins User: Stephen Connolly Path: pom.xml http://jenkins-ci.org/commit/gitea-plugin/c7e7e4009ae68ae49c7806c4e231eb509fd10068 Log: [FIXED JENKINS-44751] Pick up release of git plugin

            Code changed in jenkins
            User: Stephen Connolly
            Path:
            src/main/java/org/jenkinsci/plugins/github_branch_source/MergeWithGitSCMExtension.java
            http://jenkins-ci.org/commit/github-branch-source-plugin/2b0e123f9bdfb4e48e71a830819ee24b090ff937
            Log:
            JENKINS-44751 Shut-up Findbugs. Oh and remove unused imports.

            scm_issue_link SCM/JIRA link daemon added a comment - Code changed in jenkins User: Stephen Connolly Path: src/main/java/org/jenkinsci/plugins/github_branch_source/MergeWithGitSCMExtension.java http://jenkins-ci.org/commit/github-branch-source-plugin/2b0e123f9bdfb4e48e71a830819ee24b090ff937 Log: JENKINS-44751 Shut-up Findbugs. Oh and remove unused imports.

            Code changed in jenkins
            User: Stephen Connolly
            Path:
            pom.xml
            http://jenkins-ci.org/commit/github-branch-source-plugin/95301a4fbb8ed0855f1a72a9b4cdd9713f03c7f8
            Log:
            [FIXED JENKINS-44751] Pick up release of git plugin

            scm_issue_link SCM/JIRA link daemon added a comment - Code changed in jenkins User: Stephen Connolly Path: pom.xml http://jenkins-ci.org/commit/github-branch-source-plugin/95301a4fbb8ed0855f1a72a9b4cdd9713f03c7f8 Log: [FIXED JENKINS-44751] Pick up release of git plugin
            markewaite Mark Waite added a comment -

            This change is included in git plugin 3.5.0 and git plugin 3.5.1

            markewaite Mark Waite added a comment - This change is included in git plugin 3.5.0 and git plugin 3.5.1

            People

              stephenconnolly Stephen Connolly
              deanpearce Dean Pearce
              Votes:
              2 Vote for this issue
              Watchers:
              9 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: