From c48471dc70f341aa492214c520fd3dfe2709609f Mon Sep 17 00:00:00 2001 From: newrain001 Date: Wed, 20 Dec 2023 20:14:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'Jenkinsfile'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jenkinsfile | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index bccdcf4..24614f1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -29,21 +29,6 @@ spec: - mountPath: "/etc/localtime" name: "volume-2" readOnly: false - - name: kubectl - image: bitnami/kubectl:1.22.0 - imagePullPolicy: IfNotPresent - tty: true - volumeMounts: - - mountPath: "/etc/localtime" - name: "volume-2" - readOnly: false - - mountPath: "/var/run/docker.sock" - name: "volume-docker" - readOnly: false - - mountPath: "/.kube/config" - subPath: config - name: "kubeconfig" - readOnly: false volumes: - name: volume-maven-repo emptyDir: {}