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
authorJordan Lund <jlund@mozilla.com>
Thu, 14 Sep 2017 12:38:04 -0700 (2017-09-14)
changeset 5236 994ad65b2abdbdb881cd6874d102d50d8a3d75e3
parent 5226 45e90cfbfd5ed06b4f34b37f54080ab4099dd3e9
child 5237 cce87d91bcc797148a4143284bfa5238342b59ae
child 5245 50c5cef60e3c2e2bf7a6841e89e3c1dea9a39155
push id4439
push userjlund@mozilla.com
push dateMon, 18 Sep 2017 21:44:14 +0000 (2017-09-18)
reviewersmtabara
bugs1333792
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
status/generators.py
--- 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