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

Active Choice Reactive Plugin

XMLWordPrintable

       

      Couldn't load the git tag dynamically.

       

      code:

      def gettags = ("git ls-remote -t -h git@bitbucket.org:companyname/dash.git").execute()
      return gettags.text.readLines().collect { 
        it.split()[1].replaceAll('refs/heads/', '').replaceAll('refs/tags/', '').replaceAll("\\^\\{\\}", '')
      }

            kinow Bruno P. Kinoshita
            venkatesh_chanda venkatesh
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated: