ci: Begin Jenkins build pipeline
All checks were successful
dustin/k8s-reboot-coordinator/pipeline/head This commit looks good

Specifying these compute resources to ensure builds to not run on
Raspberry Pi nodes, but instead trigger the autoscaler to launch an EC2
instance to run them.
This commit is contained in:
2025-09-25 18:30:34 -05:00
parent 0f57f2c582
commit 2596864c8c

10
ci/Jenkinsfile vendored Normal file
View File

@@ -0,0 +1,10 @@
@Library('containerimages')_
buildContainerImage2(
project: 'packages',
archlist: ['amd64', 'arm64'],
defaultBranch: 'master',
resources: [
cpu: 4,
memory: '2Gi',
],
)