let's try it here.
Some checks failed
Homelab/ansible-playbook-runner/pipeline/head There was a failure building this commit
Some checks failed
Homelab/ansible-playbook-runner/pipeline/head There was a failure building this commit
This commit is contained in:
parent
688b7f2385
commit
3e5f4c7565
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user