Active Choice Reactive Plugin

This issue is archived. You can view it, but you can't modify it. Learn more

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("\\^\\{\\}", '')
      }

            Assignee:
            Bruno P. Kinoshita
            Reporter:
            venkatesh
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Archived: