diff --git a/cloud/Jenkinsfile b/cloud/Jenkinsfile index ee6aa8a..4310731 100644 --- a/cloud/Jenkinsfile +++ b/cloud/Jenkinsfile @@ -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: