Get past the parser?
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
64f8120162
commit
bef7ce93d6
10
Jenkinsfile
vendored
10
Jenkinsfile
vendored
@ -7,10 +7,16 @@ podTemplate(
|
|||||||
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