-
Type:
Improvement
-
Resolution: Unresolved
-
Priority:
Minor
-
Component/s: gerrit-trigger-plugin
-
Environment:Jenkins 2.71 with latest plugins
Hi everyone,
Gerrit trigger exporting lot of env variables (as you can see here: https://github.com/jenkinsci/gerrit-trigger-plugin/blob/master/src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/hudsontrigger/GerritTriggerParameters.java )
But GERRIT_USERNAME isn't one of them. Is there some reason for it or just a bug?
I need to reconstruct whole gerrit connection string inside pipelines and i must hack them using GERRIT_NAME same as GERRIT_USERNAME.Â
Â
Â