-
Bug
-
Resolution: Cannot Reproduce
-
Minor
If you've a variable as the Repository URL, e.g. ${GIT_REPO}
{GIT_REPO}doesn't get replaced in git publisher - it will do
hudson.plugins.git.GitException: Command "git push ${GIT_REPO} 1.1.761 -f" returned status code 128:
stdout:
- is related to
-
JENKINS-30287 Environment variables are not expanded in tag names when publishing
-
- Open
-
-
JENKINS-23477 git plugin sparse checkout path field does not expand variables
-
- Fixed but Unreleased
-
-
JENKINS-49834 Variable at branch name do not eval
-
- Closed
-
[JENKINS-27508] Cannot use ENV variable for repository url in Git Publisher
Link |
New:
This issue is related to |
Workflow | Original: JNJira [ 161717 ] | New: JNJira + In-Review [ 180808 ] |
Link | New: This issue is related to JENKINS-30287 [ JENKINS-30287 ] |
Priority | Original: Minor [ 4 ] | New: Critical [ 2 ] |
Link |
New:
This issue is related to |
There are also other form-fields where successfull variable-substitution would make sense.
For example I stumbled about the missing substitution-feature for the Path field of the Sparse Checkout path option.
However, variable-substitution works e.g. for the Local subdirectory for repo field of the Check out to a sub-directory option.
I would suggest this plugin supports (environment) variable-substitution in all form-fields.