Console Output
Triggered by Gerrit: http://ci.csn.khai.edu/gerrit/111
Building remotely on f5c75833483b-18f815d4 (swarm) in workspace /home/jenkins-slave/workspace/hello-world
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://ci.csn.khai.edu/gerrit/cicsnkhaiedu-dev/sandbox # timeout=10
Fetching upstream changes from https://ci.csn.khai.edu/gerrit/cicsnkhaiedu-dev/sandbox
> git --version # timeout=10
> git fetch --tags --progress https://ci.csn.khai.edu/gerrit/cicsnkhaiedu-dev/sandbox refs/changes/*:refs/changes/*
> git rev-parse refs/changes/11/111/1^{commit} # timeout=10
> git rev-parse refs/remotes/origin/refs/changes/11/111/1^{commit} # timeout=10
Checking out Revision 31a1f07b046fb0defcb22f251e55ed2c650dec10 (refs/changes/11/111/1)
> git config core.sparsecheckout # timeout=10
> git checkout -f 31a1f07b046fb0defcb22f251e55ed2c650dec10
Commit message: "Testing commit"
First time build. Skipping changelog.
[hello-world] $ /bin/sh -xe /tmp/jenkins7657062675739041661.sh
+ echo Hello world from Jenkins
Hello world from Jenkins
Finished: SUCCESS