Typp
Some checks failed
Homelab/jenkins-container/pipeline/head There was a failure building this commit
Some checks failed
Homelab/jenkins-container/pipeline/head There was a failure building this commit
This commit is contained in:
parent
225d34f222
commit
64f8120162
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
@ -5,10 +5,10 @@ REGISTRY = 'docker.thejimnicholson.com/jenkins'
|
|||||||
podTemplate(
|
podTemplate(
|
||||||
name: POD_LABEL,
|
name: POD_LABEL,
|
||||||
namespace: 'jenkins',
|
namespace: 'jenkins',
|
||||||
podRetention: always
|
podRetention: always,
|
||||||
containers: [
|
containers: [
|
||||||
containerTemplate(name: 'kaniko', image: 'gcr.io/kaniko-project/executor:debug', command: 'sleep', args: '30d')
|
containerTemplate(name: 'kaniko', image: 'gcr.io/kaniko-project/executor:debug', command: 'sleep', args: '30d')
|
||||||
],
|
],
|
||||||
volumes: [
|
volumes: [
|
||||||
secretVolume: { mountPath: '/kaniko/.docker/config.json', secretName: 'regcred'} ],
|
secretVolume: { mountPath: '/kaniko/.docker/config.json', secretName: 'regcred'} ],
|
||||||
workspaceVolume: dynamicPVC()
|
workspaceVolume: dynamicPVC()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user