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

Dustin 2025-09-25 18:55:56 -05:00
parent 4c4fde4be0
commit 4916559b5f
1 changed files with 4 additions and 0 deletions

4
ci/Jenkinsfile vendored
View File

@ -3,4 +3,8 @@ buildContainerImage2(
project: 'packages', project: 'packages',
archlist: ['amd64', 'arm64'], archlist: ['amd64', 'arm64'],
defaultBranch: 'master', defaultBranch: 'master',
resources: [
cpu: 4,
memory: '2Gi',
],
) )