From 38ed80428b8afea400da23964d1b57b44a1e759f Mon Sep 17 00:00:00 2001 From: LamGC Date: Mon, 27 Mar 2023 18:41:56 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BE=93=E5=87=BA=E4=B8=80=E4=B8=8B=E5=8F=82?= =?UTF-8?q?=E6=95=B0=E7=9C=8B=E7=9C=8B=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- start-agent.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/start-agent.sh b/start-agent.sh index a843a3f..9dba028 100644 --- a/start-agent.sh +++ b/start-agent.sh @@ -23,4 +23,5 @@ if [ $(id -u jenkins) -ne $UID ]; then fi echo "Starting agent..." +echo "Arguments: $@" su jenkins -m -s /bin/bash -c "/usr/local/bin/jenkins-agent $@"