|
||||||||||||||
|
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-4111) Can't use parameters in git p... [email protected] (JIRA)

This is not working for me in plugin version 1.1.26. If I specify anything like
origin/$MYBRANCH
or
origin/${MYBRANCH}
it just picks some random branch. If I hardcode it to the branch I want then it builds the right branch. But the point is to be able to use a parameter, and I can't.