Issue Type: Bug Bug
Assignee: Michael Neale
Components: docker-build-publish-plugin, token-macro-plugin
Created: 27/Feb/15 5:04 PM
Description:

A change was introduced in the docker-build-publish-plugin to enable multiple tags. Tags are delimited by a comma (,).

The Token macro plugin allows you to adjust values to your requirements, using the comma as an operator. In our environment, we have previously used a subset of the Git revision to tag our Docker images. The Token macro used is as follows:

${GIT_REVISION,length=6}

When building using the docker-build-publish plugin, the following error is returned:

[docker-build] $ docker build -t example/delivery:${GIT_REVISION .

time="2015-02-27T16:53:52Z" level="fatal" msg="Illegal tag name (${GIT_REVISION): only [A-Za-z0-9_.-] are allowed, minimum 2, maximum 30 in length" 

Can the docker-build-publish plugin be fixed to restore compatibility?

Environment: Jenkins version 1.599
docker-build-publish-plugin 0.10
token-macro-plugin 1.10
Project: Jenkins
Labels: plugin docker macro
Priority: Major Major
Reporter: Justin Good
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to