-
Bug
-
Resolution: Unresolved
-
Critical
Git plugin writes no-change if the parameter point to build parameter '${branch_name}' in GitSCM class line: 620:
final EnvVars environment = project instanceof AbstractProject ? GitUtils.getPollEnvironment((AbstractProject) project, workspace, launcher, listener, false) : new EnvVars();
so the 'environment' is empty and won't be resolved.