Commit 113c71ac authored by 卢浩元's avatar 卢浩元

Update Jenkinsfile

parent 886ae068
...@@ -13,9 +13,9 @@ properties(projectProperties) ...@@ -13,9 +13,9 @@ properties(projectProperties)
podTemplate(cloud: 'kubernetes', containers: [ podTemplate(cloud: 'kubernetes', containers: [
containerTemplate(name: 'nodejs', image: 'node:10-alpine', command: 'cat', ttyEnabled: true), containerTemplate(name: 'nodejs', image: 'harbor.k2software.com.cn/build/node:10-alpine', command: 'cat', ttyEnabled: true),
containerTemplate(name: 'docker', image: 'docker', command: 'cat', ttyEnabled: true), containerTemplate(name: 'docker', image: 'harbor.k2software.com.cn/build/docker:latest', command: 'cat', ttyEnabled: true),
containerTemplate(name: 'kubectl', image: 'lachlanevenson/k8s-kubectl:v1.14.0', command: 'cat', ttyEnabled: true) containerTemplate(name: 'kubectl', image: 'harbor.k2software.com.cn/build/k8s-kubectl:v1.14.0', command: 'cat', ttyEnabled: true)
], ],
volumes: [ volumes: [
hostPathVolume(hostPath: '/var/run/docker.sock', mountPath: '/var/run/docker.sock'), hostPathVolume(hostPath: '/var/run/docker.sock', mountPath: '/var/run/docker.sock'),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment