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 10:43:10 -08:00
parent dd6727feaf
commit 411d6f8950

2
Jenkinsfile vendored
View File

@ -32,7 +32,7 @@ podTemplate(label: label, containers: [
sh '''
pwd
ls
/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --insecure --skip-tls-verify --cache=true --destination=docker.thejimnicholson.com/servicedemo/test:latest'
/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --insecure --skip-tls-verify --cache=true --destination=docker.thejimnicholson.com/servicedemo/test:latest
'''
}
}