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