-
Bug
-
Resolution: Unresolved
-
Minor
When setting the git URL to include environment variables, specifically
${JOB_NAME}
, and "Force polling using workspace" disabled, then during SCM polling the environment variables are not evaluated correctly when evaluating ref-specs and branch-specs.
As a result, credentials are loaded to the git client using the unparsed URL, while when the git client is actually being run it uses the correct URL and fails to load the credentials.
I have a fix for this issue, which will be submitted shortly.