|
||||||||||||||
|
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.

I would like to see this issue reopened and the original change reverted.
It is not possible to use the current variable with the sonar plugin:
sonar.branch=$GIT_BRANCH
breaks as the branch must be a branch, not an append of GIT_REMOTE and GIT_BRANCH.
The documentation even says that this variable, called GIT_BRANCH, contains the remote and the branch separated by a slash.
If you need the remote add a new variable called GIT_REMOTE please.
There are many situations where string manipulation is not available and so expecting me to split on slash is not reasonable and not possible.