Commit 77da46f7 authored by Josh Steinberg's avatar Josh Steinberg

edit error in jenkinsfile

parent 7f9451c6
pipeline {
agent {
kubernetes {
//cloud 'kubernetes'
defaultContainer 'kaniko'
yaml '''
kind: Pod
spec:
containers:
- name: kaniko
image: gcr.io/kaniko-project/executor:v1.6.0-debug
imagePullPolicy: Always
command:
- sleep
args:
- 99d
volumeMounts:
- name: jenkins-docker-cfg
mountPath: /kaniko/.docker
'''
kubernetes {
//cloud 'kubernetes'
defaultContainer 'kaniko'
yaml '''
kind: Pod
spec:
containers:
- name: kaniko
image: gcr.io/kaniko-project/executor:v1.6.0-debug
imagePullPolicy: Always
command:
- sleep
args:
- 99d
volumeMounts:
- name: jenkins-docker-cfg
mountPath: /kaniko/.docker
'''
}
}
tools{
maven 'maven'
}
......@@ -109,4 +109,3 @@ pipeline {
}
}
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment