-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Minor
-
Component/s: gerrit-trigger-plugin
-
Environment:Jenkins version 2.55
From gerrit event there's parameter value for eventCreateon, but the value is not provided to triggered build. The reasons for providing this parameter are:
- the build can use this parameter to record the event created date.
- for project which using google-repo, the trigger script can merge different events based on the createdon time and then build the whole project at the same time not separated by git.