From 784117f288839f933f64e854cf9e2da605bb2d15 Mon Sep 17 00:00:00 2001 From: newrain001 Date: Wed, 20 Dec 2023 18:59:26 +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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 880545f..66f362c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -40,10 +40,10 @@ spec: image: bitnami/kubectl:1.22.0 imagePullPolicy: IfNotPresent tty: true - args: - - get - - pod - - -A + command: + - tail + - -f + - /dev/null volumeMounts: - mountPath: "/etc/localtime" name: "volume-2"