Bug 1333792 - Try push confirmation emails for Taskcluster jobs should link to the Task inspector rather than the upload directory on archive.m.o, r=mtabara
MozReview-Commit-ID: 1yhxtVyyjwS
--- a/status/generators.py
+++ b/status/generators.py
@@ -30,18 +30,20 @@ https://treeherder.mozilla.org/#/jobs?re
It looks like this submission has talos jobs. You can compare the performance of your push against a baseline revision here:
https://treeherder.mozilla.org/perf.html#/comparechooser?newProject=try&newRevision=%(revision)s
""" % locals()
msgdict['subject'] += ': %(title)s' % locals()
msgdict['body'] += """\
-Once completed, builds and logs will be available at:
-%(packageDir)s
+Once completed, all build and log artifacts will be available through the Treeherder URL above.
+
+All Taskcluster based artifacts can also be found in the Taskcluster Artifact Index:
+e.g. https://tools.taskcluster.net/index/artifacts/gecko.v2.try.revision.%(revision)s
Summary:
* %(allTitles)s
""" % locals()
return msgdict