Allow for bash type variable expansion in token-macro-plugin

XMLWordPrintable

    • Type: Improvement
    • Resolution: Fixed
    • Priority: Minor
    • Component/s: token-macro-plugin
    • None
    • Environment:
      aws linux

      I'm trying to add the following tag value to docker-build-publish-plugin in the form:

      ${GIT_BRANCH#origin/}
      

      if GIT_BRANCH=origin/master, bash would evaluate the expression to:
      master

      Since docker-build-publish-plugin uses token-macro-plugin this should be handled by the tokenizer.

            Assignee:
            Alex Earl
            Reporter:
            Corby Wilson
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: