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

2
Jenkinsfile vendored
View File

@ -5,7 +5,7 @@ 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')
], ],