We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9832094 commit 9404817Copy full SHA for 9404817
Jenkinsfile
@@ -55,7 +55,7 @@ podTemplate(label: 'k8sdb-controller',
55
56
container(name: 'kaniko', shell: '/busybox/sh') {
57
sh "cp /root/dockerauth/.dockerconfigjson /kaniko/.docker/config.json"
58
- sh "/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --insecure --skip-tls-verify --cache=true --destination='nexus.doodle.com:5000/devops/k8sdb-controller:${env.TAG_NAME}'"
+ sh "/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --destination='nexus.doodle.com:5000/devops/k8sdb-controller:${env.TAG_NAME}'"
59
}
60
61
container('helm') {
0 commit comments