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

edit error in jenkinsfile

parent 7f9451c6
pipeline { pipeline {
agent { agent {
kubernetes { kubernetes {
//cloud 'kubernetes' //cloud 'kubernetes'
defaultContainer 'kaniko' defaultContainer 'kaniko'
yaml ''' yaml '''
kind: Pod kind: Pod
spec: spec:
containers: containers:
- name: kaniko - name: kaniko
image: gcr.io/kaniko-project/executor:v1.6.0-debug image: gcr.io/kaniko-project/executor:v1.6.0-debug
imagePullPolicy: Always imagePullPolicy: Always
command: command:
- sleep - sleep
args: args:
- 99d - 99d
volumeMounts: volumeMounts:
- name: jenkins-docker-cfg - name: jenkins-docker-cfg
mountPath: /kaniko/.docker mountPath: /kaniko/.docker
''' '''
}
} }
tools{ tools{
maven 'maven' maven 'maven'
} }
...@@ -109,4 +109,3 @@ pipeline { ...@@ -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