1These are the top level scripts launched by the [OpenBMC Jenkins
2instance](https://jenkins.openbmc.org):
3
4| Job                               | Script                          | Notes      |
5| --                                | --                              | --         |
6| CI-MISC/ci-build-seed             | jenkins/build-seed              |            |
7| CI-MISC/ci-meta                   | jenkins/run-meta-ci             | Deprecated |
8| CI-MISC/ci-openbmc-build-scripts  | jenkins/run-build-script-ci     |            |
9| CI-MISC/ci-repository-ppc64le     | run-unit-test-docker.sh         |            |
10| CI-MISC/openbmc-node-cleaner      | sstate-cache-management.sh      | [1]        |
11| CI-MISC/openbmc-userid-validation | jenkins/userid-validation       |            |
12| CI-MISC/run-ci-in-qemu            | run-qemu-robot-test.sh          |            |
13| ci-openbmc                        | build-setup.sh                  |            |
14| ci-repository                     | run-unit-test-docker.sh         |            |
15| latest-build-script-changes       | scripts/get_unit_test_report.py |            |
16| latest-master                     | build-setup.sh                  |            |
17| latest-master-sdk                 | build-setup.sh                  |            |
18| latest-qemu-ppc64le               | qemu-build.sh                   |            |
19| latest-qemu-x86                   | qemu-build.sh                   |            |
20| latest-unit-test-coverage         | scripts/get_unit_test_report.py |            |
21| release-tag                       | build-setup.sh                  |            |
22
23[1] Script located
24[here](https://github.com/openbmc/openbmc/blob/master/poky/scripts/sstate-cache-management.sh).
25