Typp
Some checks failed
Homelab/jenkins-container/pipeline/head There was a failure building this commit

This commit is contained in:
Jim Nicholson 2022-09-01 16:20:31 -07:00
parent 225d34f222
commit 64f8120162

8
Jenkinsfile vendored
View File

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