Fix typo
Some checks failed
Homelab/java-spring-microservice/pipeline/head There was a failure building this commit

This commit is contained in:
Jim Nicholson 2021-12-23 14:03:35 -08:00
parent 7dffa57882
commit a5a8a8cf4b

3
Jenkinsfile vendored
View File

@ -35,8 +35,7 @@ podTemplate(label: label, containers: [
container('kaniko') {
stage('Image') {
ansiColor('xterm') {
sh "
/kaniko/executor \
sh "/kaniko/executor \
-f `pwd`/Dockerfile \
-c `pwd` \
--insecure \