Jenkins Git Plugin Repository Url Variable -
is possible use variable in repository url jenkins git plugin?
https://${git_user}@github.com/e82eric/prompts.git
when try looks ${git_user}
passed instead of substitution.
according jenkins git-plugin page, should working (feb-2015).
among issues resolved:
- jenkins-14276 - git scm-polling doesn't work when using parametrized branch-name
- jenkins-20427 - build parameter variable in branch name causes polling detect false changes in git
- jenkins-23675 - the git plugin not working correctly when repository url has job parameter , repository credentials
- jenkins-24786 - since 2.2.6, environment variables not expanded in git publisher
Comments
Post a Comment