From 64f812016249b882974f2d0e1cbb7a0f10c809c6 Mon Sep 17 00:00:00 2001 From: Jim Nicholson Date: Thu, 1 Sep 2022 16:20:31 -0700 Subject: [PATCH] Typp --- Jenkinsfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 7b1a830..61335e2 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -5,10 +5,10 @@ REGISTRY = 'docker.thejimnicholson.com/jenkins' podTemplate( name: POD_LABEL, namespace: 'jenkins', - podRetention: always - containers: [ - containerTemplate(name: 'kaniko', image: 'gcr.io/kaniko-project/executor:debug', command: 'sleep', args: '30d') - ], + podRetention: always, + containers: [ + containerTemplate(name: 'kaniko', image: 'gcr.io/kaniko-project/executor:debug', command: 'sleep', args: '30d') + ], volumes: [ secretVolume: { mountPath: '/kaniko/.docker/config.json', secretName: 'regcred'} ], workspaceVolume: dynamicPVC()