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(
|
||||
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()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user