The issue is simply that Jenkins doesn't seem to update moved Git tags:

      1) Make your Multibranch Pipeline project discover also tags

      2) Create a tag and push

      3) Observe the tag in Jenkins -> -[PROJECT] -> Tags

      4) Move the same tag to a new commit (e.g. `git tag -f`) and push

      5) Rescan the multibranch pipeline

      6) Observe the tag in Jenkins -> -[PROJECT] -> Tags. The tag is still pointing to the original Revision / commit hash after scan and it won't update. It is showing the build results of the original revision, which is misleading.

       

          [JENKINS-55979] Jenkins doesn't update moved tags

          Jussi Lind created issue -
          Jussi Lind made changes -
          Description Original: The issue is simply that Jenkins doesn't seem to update moved Git tags:

          1) Make your Multibranch Pipeline project discover also tags

          2) Create a tag and push

          3) Observe the tag in Jenkins -> -[PROJECT] -> Tags

          4) Move the same tag to a new commit (e.g. `git tag -f`) and push

          5) Rescan the multibranch pipeline

          6) Observe the tag in Jenkins -> -[PROJECT] -> Tags. The tag is still pointing to the original Revision / commit hash after scan and it won't update

           
          New: The issue is simply that Jenkins doesn't seem to update moved Git tags:

          1) Make your Multibranch Pipeline project discover also tags

          2) Create a tag and push

          3) Observe the tag in Jenkins -> -[PROJECT] -> Tags

          4) Move the same tag to a new commit (e.g. `git tag -f`) and push

          5) Rescan the multibranch pipeline

          6) Observe the tag in Jenkins -> -[PROJECT] -> Tags. The tag is still pointing to the original Revision / commit hash after scan and it won't update. It is showing the build results of the original revision, which is misleading.

           
          Ɓukasz Dudek made changes -
          Link New: This issue is related to JENKINS-54403 [ JENKINS-54403 ]

            vaimr Denis Saponenko
            juzzlin Jussi Lind
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: