输出一下参数看看。

This commit is contained in:
LamGC 2023-03-27 18:41:56 +08:00
parent 997b4142c8
commit 38ed80428b
Signed by: LamGC
GPG Key ID: 6C5AE2A913941E1D

View File

@ -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 $@"