Commit 74f3db95 authored by lusyoe's avatar lusyoe

调整maven构建镜像版本

parent a42d809e
......@@ -15,7 +15,7 @@ def label = "mypod-${UUID.randomUUID().toString()}"
podTemplate(label: label, cloud: 'kubernetes', containers: [
containerTemplate(name: 'jnlp', image: 'harbor.k2software.com.cn/build/jenkins/jnlp-slave:alpine', args: '${computer.jnlpmac} ${computer.name}'),
containerTemplate(name: 'build', image: 'harbor.k2software.com.cn/build/maven:springmusic-v2.0', command: 'cat', ttyEnabled: true),
containerTemplate(name: 'build', image: 'harbor.k2software.com.cn/build/maven:springmusic-v1.0', command: 'cat', ttyEnabled: true),
containerTemplate(name: 'docker', image: 'harbor.k2software.com.cn/build/docker:latest', command: 'cat', ttyEnabled: true),
containerTemplate(name: 'deploy', image: 'harbor.k2software.com.cn/build/k8s-kubectl:v1.10.11', command: 'cat', ttyEnabled: true),
],
......
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