Add text identifying tests running all branches to auto wiki schedule

Change-Id: I4627445817ef9d7e6bc2dc455e23f7049859ff1d
diff --git a/TestON/JenkinsFile/generateWikiTestList.groovy b/TestON/JenkinsFile/generateWikiTestList.groovy
index b134d75..6ee9328 100644
--- a/TestON/JenkinsFile/generateWikiTestList.groovy
+++ b/TestON/JenkinsFile/generateWikiTestList.groovy
@@ -164,6 +164,7 @@
     branchDescription += '''
     <p>* test runs on the <b>''' + supportBranch1 + '''</b> branch.</p>
     <p>** test runs on the <b>''' + supportBranch2 + '''</b> branch.</p>
+    <p>*** test runs on the <b>''' + supportBranch1 + ''', ''' + supportBranch2 + ''', and master branches''' + '''</b>.</p>
     <p>Otherwise, test runs on the <b>''' + '''master''' + '''</b> branch.</p>'''