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()