Compare commits

...

2 Commits

Author SHA1 Message Date
411d6f8950 Fix typo
Some checks failed
Homelab/java-spring-microservice/pipeline/head There was a failure building this commit
2021-12-23 10:43:10 -08:00
dd6727feaf Put dockerfile in project base 2021-12-23 10:42:58 -08:00
2 changed files with 1 additions and 1 deletions

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
'''
}
}