更新 'cloud/Jenkinsfile'

master
newrain001 1 month ago
parent 5e4cfdcac6
commit 0da004a6a8
  1. 8
      cloud/Jenkinsfile

8
cloud/Jenkinsfile vendored

@ -30,7 +30,7 @@ pipeline {
spec:
containers:
- name: jnlp
image: jenkins/inbound-agent:3107.v665000b_51092-15
image: registry.cn-hangzhou.aliyuncs.com/newrain857/inbound-agent:3107.v665000b_51092-15
args: ['\$(JENKINS_SECRET)', '\$(JENKINS_NAME)']
imagePullPolicy: IfNotPresent
volumeMounts:
@ -38,7 +38,7 @@ pipeline {
name: "volume-2"
readOnly: false
- name: maven
image: maven:3.6.3-jdk-11
image: registry.cn-hangzhou.aliyuncs.com/newrain857/maven:3.6.3-jdk-11
command: ['cat']
tty: true
volumeMount:
@ -53,7 +53,7 @@ pipeline {
command: ['cat']
tty: true
- name: kubectl
image: kubesphere/kubectl:v1.22.0
image: registry.cn-hangzhou.aliyuncs.com/newrain857/kubesphere/kubectl:v1.22.0
imagePullPolicy: IfNotPresent
tty: true
command: ["cat"]
@ -69,7 +69,7 @@ pipeline {
name: "kubeconfig"
readOnly: false
- name: docker
image: docker:24.0.0-git
image: registry.cn-hangzhou.aliyuncs.com/newrain857/docker:24.0.0-git
command: ['cat']
tty: true
volumeMounts:

Loading…
Cancel
Save