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

[git] Un-inlining GitTagAction/tagForm.jelly

XMLWordPrintable

    • git-4.13.0

      Level easy
      Skills a bit of JavaScript, a bit of Jelly

      Culprit:

      Reproduction steps:

      • Install Git or clone https://github.com/jenkinsci/git-plugin and then mvn hpi:run
      • Go to Manage Jenkins > Configure System
      • Scroll down to the "Git plugin" section
      • Check "Add git tag action to jobs"
      • Save
      • Create a freestyle project
      • Scroll down to the "Source Code Management" section
      • Check "Git"
      • In the Repository URL add the following repo:
        https://github.com/Kevin-CB/RandomRepo.git
        
      • In the "Branch Specifier (blank for 'any')" field add the following string:
        refs/tags/Tag1
        
      • Click on "Add Branch"
      • In the new "Branch Specifier (blank for 'any')" field add the following string:
        refs/tags/Tag2
        
      • Save
      • Build your job
      • Go to your build
      • Click on "No Tags" on the side-panel

      Screenshot attached about where the feature is displayed.

      Proposal

      Testing notes

      • Ensure to reproduce the feature before any change
      • Ensure that you reproduce the feature after you have made the change

            lemomorse Arthur CARON
            kevingrdj Kevin Guerroudj
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: