try
Some checks reported errors
Homelab/jenkins-container/pipeline/head Something is wrong with the build of this commit

This commit is contained in:
Jim Nicholson 2022-09-01 16:29:19 -07:00
parent 9d2a699e3c
commit 12385e38d8

2
Jenkinsfile vendored
View File

@ -5,7 +5,7 @@ REGISTRY = 'docker.thejimnicholson.com/jenkins'
podTemplate(
name: POD_LABEL,
namespace: 'jenkins',
podRetention: 'always',
podRetention(always),
containers: [
containerTemplate(
name: 'kaniko',