mirror of
https://github.com/LamGC/jenkins-agent-with-docker.git
synced 2025-04-30 06:37:29 +00:00
输出一下参数看看。
This commit is contained in:
parent
997b4142c8
commit
38ed80428b
@ -23,4 +23,5 @@ if [ $(id -u jenkins) -ne $UID ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
echo "Starting agent..."
|
echo "Starting agent..."
|
||||||
|
echo "Arguments: $@"
|
||||||
su jenkins -m -s /bin/bash -c "/usr/local/bin/jenkins-agent $@"
|
su jenkins -m -s /bin/bash -c "/usr/local/bin/jenkins-agent $@"
|
||||||
|
Loading…
Reference in New Issue
Block a user