Compare commits

..

No commits in common. "411d6f8950787b2a8fe93f2a6ef62c601812a0aa" and "9edd87a45d49ad477d488d9a49d43fed8262b61f" have entirely different histories.

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