Console Output

[ssh-agent] Using credentials git.dnet (User for CI/CD)
[ssh-agent] Looking for ssh-agent implementation...
[ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
$ ssh-agent
SSH_AUTH_SOCK=/tmp/ssh-eXpoovyQg78x/agent.28182
SSH_AGENT_PID=28184
Running ssh-add (command line suppressed)
Identity added: /var/lib/jenkins/workspace/dnet-hadoop_CD_BETA@tmp/private_key_1420146689413472344.key (git.dnet)
[ssh-agent] Started.
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 28184 killed;
[ssh-agent] Stopped.