更新 '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: spec:
containers: containers:
- name: jnlp - 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)'] args: ['\$(JENKINS_SECRET)', '\$(JENKINS_NAME)']
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
volumeMounts: volumeMounts:
@ -38,7 +38,7 @@ pipeline {
name: "volume-2" name: "volume-2"
readOnly: false readOnly: false
- name: maven - name: maven
image: maven:3.6.3-jdk-11 image: registry.cn-hangzhou.aliyuncs.com/newrain857/maven:3.6.3-jdk-11
command: ['cat'] command: ['cat']
tty: true tty: true
volumeMount: volumeMount:
@ -53,7 +53,7 @@ pipeline {
command: ['cat'] command: ['cat']
tty: true tty: true
- name: kubectl - name: kubectl
image: kubesphere/kubectl:v1.22.0 image: registry.cn-hangzhou.aliyuncs.com/newrain857/kubesphere/kubectl:v1.22.0
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
tty: true tty: true
command: ["cat"] command: ["cat"]
@ -69,7 +69,7 @@ pipeline {
name: "kubeconfig" name: "kubeconfig"
readOnly: false readOnly: false
- name: docker - name: docker
image: docker:24.0.0-git image: registry.cn-hangzhou.aliyuncs.com/newrain857/docker:24.0.0-git
command: ['cat'] command: ['cat']
tty: true tty: true
volumeMounts: volumeMounts:

Loading…
Cancel
Save