let's try it here.
Some checks failed
Homelab/ansible-playbook-runner/pipeline/head There was a failure building this commit

This commit is contained in:
Jim Nicholson 2022-02-21 00:34:53 -08:00
parent 688b7f2385
commit 3e5f4c7565

3
Jenkinsfile vendored
View File

@ -11,7 +11,8 @@ podTemplate(label: podLabel, containers: [
command: 'sleep', command: 'sleep',
args: '30d' args: '30d'
) )
], workspaceVolume: dynamicPVC()) { ], volumes: [secretVolume(secretName: 'cr-regcred', mountPath: '/kaniko/.docker/config.json')],
workspaceVolume: dynamicPVC()) {
node(podLabel) { node(podLabel) {
stage('Checkout') { stage('Checkout') {
checkout scm checkout scm