ci: Begin Jenkins build pipeline
dustin/k8s-reboot-coordinator/pipeline/head This commit looks good Details

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.
master
Dustin 2025-09-25 18:30:34 -05:00
parent 0f57f2c582
commit 2596864c8c
1 changed files with 10 additions and 0 deletions

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',
],
)