wip: ci: Begin Jenkins build pipeline
dustin/k8s-reboot-coordinator/pipeline/head Something is wrong with the build of this commit Details

Dustin 2025-09-25 18:30:34 -05:00
parent 0f57f2c582
commit 5eaa618dfd
1 changed files with 6 additions and 0 deletions

6
ci/Jenkinsfile vendored Normal file
View File

@ -0,0 +1,6 @@
@Library('containerimages')_
buildContainerImage2(
project: 'packages',
archlist: ['amd64', 'arm64'],
defaultBranch: 'master',
)