summaryrefslogtreecommitdiff
path: root/doc/Jenkinsfile.kernel-example
AgeCommit message (Collapse)Author
2026-02-20Document SCM checkout behavior and large repo settingsArseney300
Explain that Jenkins auto-clones the repo before running the Jenkinsfile so a manual checkout stage is unnecessary. Add guidance on configuring shallow clone and extended timeout for large repositories like the kernel. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20Add kernel-builder Docker image and Jenkinsfile exampleArseney300
Custom Debian bookworm image with all dependencies for building the Linux kernel (gcc, flex, bison, libelf, libssl, dwarves, etc.). Includes example Jenkinsfile showing kernel build with artifact archiving. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>