Secrets are hard
All checks were successful
Homelab/ansible-playbook-runner/pipeline/head This commit looks good
All checks were successful
Homelab/ansible-playbook-runner/pipeline/head This commit looks good
This commit is contained in:
parent
3e5f4c7565
commit
c6ae2f5532
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -11,7 +11,7 @@ podTemplate(label: podLabel, containers: [
|
|||||||
command: 'sleep',
|
command: 'sleep',
|
||||||
args: '30d'
|
args: '30d'
|
||||||
)
|
)
|
||||||
], volumes: [secretVolume(secretName: 'cr-regcred', mountPath: '/kaniko/.docker/config.json')],
|
], volumes: [secretVolume(secretName: 'cr-regcred', mountPath: '/kaniko/.docker')],
|
||||||
workspaceVolume: dynamicPVC()) {
|
workspaceVolume: dynamicPVC()) {
|
||||||
node(podLabel) {
|
node(podLabel) {
|
||||||
stage('Checkout') {
|
stage('Checkout') {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user