-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
Centos OS 6,
git version 1.7.12.4,
Jenkins ver. 1.588,
GIT plugin 2.2.7
Docs says that ${GIT_BRANCH} macro should expands to the full branch name, such as 'origin/master'. Otherwise(without fullName parameter), it only expands to the short name, such as 'master', but without fullName parameter it expands to 'remotes/origin/master' with fullName parameter it doesn't work at all.
- is related to
-
JENKINS-20446 Git Plugin 2.0 has changed contents of GIT_BRANCH
- Open