Started by user sparked
[EnvInject] - Loading node environment variables.
Building in workspace /var/lib/jenkins/workspace/funnel-code-test
[ssh-agent] Using credentials sls (Funnel's key)
[ssh-agent] Looking for ssh-agent implementation...
[ssh-agent]   Java/JNR ssh-agent
[ssh-agent] Started.
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url ssh://sls@slsapp.com:1234/extras/kindle-1.git # timeout=10
Fetching upstream changes from ssh://sls@slsapp.com:1234/extras/kindle-1.git
 > git --version # timeout=10
using GIT_SSH to set credentials Funnel's key
 > git fetch --tags --progress ssh://sls@slsapp.com:1234/extras/kindle-1.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/develop^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/refs/heads/develop^{commit} # timeout=10
Checking out Revision 75cf7a563725ef86c8a4ff6a241210256a658b97 (refs/remotes/origin/develop)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 75cf7a563725ef86c8a4ff6a241210256a658b97
 > git rev-list 75cf7a563725ef86c8a4ff6a241210256a658b97 # timeout=10
[funnel-code-test] $ /bin/sh -xe /tmp/hudson510385185344507318.sh
+ echo Hello
Hello
[ssh-agent] Stopped.
Finished: SUCCESS