Change By: adoudev viaccess-orca (28/Oct/14 5:06 PM)
Summary: Git publisher; Tag message needs  double  quote to create a tag
Description: need to add  double  quote in tag message or create tag failed.

tag message = tag message
>git tag -a -f -m tag message tag # timeout=10

tag message = "tag message"
>git tag -a -f -m "tag message" tag # timeout=10


Please note that quote are necessary to create the tag but also note that they are present in the tag. Same issue with simple quote.
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to