|
||||||||
|
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 |
||||||||
- [JIRA] (JENKINS-14862) Setting a tag in branch... [email protected] (JIRA)
- [JIRA] (JENKINS-14862) Setting a tag in b... [email protected] (JIRA)

hexRevision=$(less .hgtags | grep <tag-name> | cut -d ' ' -f1)
hg up $hexRevision
Of course you have to do this in an "Execute shell" step.