From ca9f99540ad22be0d322cffb5cfbbc3e0ba52ba1 Mon Sep 17 00:00:00 2001 From: Johan Lorenzo Date: Thu, 14 May 2020 16:45:11 +0200 Subject: [PATCH] Bug 1631834 - part 2: Express who triggered the action task (#10650) --- .taskcluster.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.taskcluster.yml b/.taskcluster.yml index 9c303bd9d..40da0b207 100644 --- a/.taskcluster.yml +++ b/.taskcluster.yml @@ -140,7 +140,10 @@ tasks: $if: 'tasks_for == "action"' then: name: "Action: ${action.title}" - description: '${action.description}' + description: | + ${action.description} + + Action triggered by clientID `${clientId}` else: name: "Decision Task for cron job ${cron.job_name}" description: 'Created by a [cron task](https://firefox-ci-tc.services.mozilla.com/tasks/${cron.task_id})' @@ -324,6 +327,7 @@ tasks: taskGroupId: '${action.taskGroupId}' taskId: {$eval: 'taskId'} input: {$eval: 'input'} + clientId: {$eval: 'clientId'} - $if: 'tasks_for == "cron"' then: cron: {$json: {$eval: 'cron'}}