jenkins: README.md: Map jobs to scripts

Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Change-Id: Ibd97e8d71776ac6b6df65af683c3f05d901fdb1b
diff --git a/jenkins/README.md b/jenkins/README.md
index 0dcc5a1..b797f88 100644
--- a/jenkins/README.md
+++ b/jenkins/README.md
@@ -1,4 +1,24 @@
-This directory contains the top level scripts launched by jenkins
+These are the top level scripts launched by the [OpenBMC Jenkins
+instance](https://jenkins.openbmc.org):
 
-They will follow the naming convention of the jenkins job:
-i.e. run-meta-ci will map to https://openpower.xyz/view/CI/job/run-meta-ci/
+| Job                               | Script                          | Notes      |
+| --                                | --                              | --         |
+| CI-MISC/ci-build-seed             | jenkins/build-seed              |            |
+| CI-MISC/ci-meta                   | jenkins/run-meta-ci             | Deprecated |
+| CI-MISC/ci-openbmc-build-scripts  | jenkins/run-build-script-ci     |            |
+| CI-MISC/ci-repository-ppc64le     | run-unit-test-docker.sh         |            |
+| CI-MISC/openbmc-node-cleaner      | sstate-cache-management.sh      | [1]        |
+| CI-MISC/openbmc-userid-validation | jenkins/userid-validation       |            |
+| CI-MISC/run-ci-in-qemu            | run-qemu-robot-test.sh          |            |
+| ci-openbmc                        | build-setup.sh                  |            |
+| ci-repository                     | run-unit-test-docker.sh         |            |
+| latest-build-script-changes       | scripts/get_unit_test_report.py |            |
+| latest-master                     | build-setup.sh                  |            |
+| latest-master-sdk                 | build-setup.sh                  |            |
+| latest-qemu-ppc64le               | qemu-build.sh                   |            |
+| latest-qemu-x86                   | qemu-build.sh                   |            |
+| latest-unit-test-coverage         | scripts/get_unit_test_report.py |            |
+| release-tag                       | build-setup.sh                  |            |
+
+[1] Script located
+[here](https://github.com/openbmc/openbmc/blob/master/poky/scripts/sstate-cache-management.sh).