Branch: refs/heads/master Home: https://github.com/jenkinsci/git-plugin Commit: 91a1ffc3a6030e8d74fe463edff13d7f1f08fd41 https://github.com/jenkinsci/git-plugin/commit/91a1ffc3a6030e8d74fe463edff13d7f1f08fd41 Author: Mark Waite <mark.earl.wa...@gmail.com> Date: 2015-10-12 (Mon, 12 Oct 2015)
Changed paths: M src/test/java/hudson/plugins/git/TestBranchSpec.java Log Message: ----------- Add tests exploring JENKINS-6856 - token macro expansion BranchSpec does not seem to honor token macros. For example, $GIT_BRANCH matches as expected ${GIT_BRANCH} matches as expected ${GIT_BRANCH,fullName=False} does not match ${GIT_BRANCH,fullName=True} does not match I expected either all of them to match as expected (token macro expansion was being applied), or none of them to match (no variable expansion and no token macro expansion). As far as I can tell, variable expansion is being applied, but token macro expansion is not being applied. -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.