From 3e5f4c756587e9d4ad12b20b2a8d75722dc10b18 Mon Sep 17 00:00:00 2001 From: Jim Nicholson Date: Mon, 21 Feb 2022 00:34:53 -0800 Subject: [PATCH] let's try it here. --- Jenkinsfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 6100fe8..c416eda 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -11,7 +11,8 @@ podTemplate(label: podLabel, containers: [ command: 'sleep', args: '30d' ) -], workspaceVolume: dynamicPVC()) { +], volumes: [secretVolume(secretName: 'cr-regcred', mountPath: '/kaniko/.docker/config.json')], +workspaceVolume: dynamicPVC()) { node(podLabel) { stage('Checkout') { checkout scm