Skip to content

Commit

Permalink
Bug 1631834 - part 2: Express who triggered the action task (mozilla-…
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanLorenzo committed May 14, 2020
1 parent ea9d689 commit ca9f995
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .taskcluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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})'
Expand Down Expand Up @@ -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'}}
Expand Down

0 comments on commit ca9f995

Please sign in to comment.