Skip to content

Pass info regarding the user and job that initiated a trigger

Balasankar 'Balu' C requested to merge trigger-user-pipeline-info into master

Because we are using dedicated users for triggering jobs (since we can't use MPP, yet), information regarding which user and job triggered a build is lost at downstream pipelines at omnibus-gitlab and gitlab-qa. This MR manually passes that information, which will be used at the receiving side as needed.

PS: Also replaced repeating "Waiting for another 60 seconds" message with . and a waiting time summary.

Merge request reports