-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Blocker
-
Component/s: active-choices-plugin
-
Environment:2.504.1
Â
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("\\^\\{\\}", '') }
