移除参数列表的输出,避免秘密信息泄露。

This commit is contained in:
LamGC 2023-03-28 00:43:15 +08:00
parent d25df70df0
commit ff513bc55c
Signed by: LamGC
GPG Key ID: 6C5AE2A913941E1D

View File

@ -23,5 +23,4 @@ if [ $(id -u jenkins) -ne $UID ]; then
fi
echo "Starting agent..."
echo "Arguments: $@"
runuser -u jenkins -m -g docker -- /bin/bash /usr/local/bin/jenkins-agent $@