Console Output
Manually triggered by user admin for Gerrit: http://ci.csn.khai.edu/gerrit/2
Building on master in workspace /var/jenkins_home/workspace/hello-world
ERROR Gerrit response: Moved Permanently > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url http://ci.csn.khai.edu/gerrit/cicsnkhaiedu-dev/sandbox # timeout=10
Fetching upstream changes from http://ci.csn.khai.edu/gerrit/cicsnkhaiedu-dev/sandbox
> git --version # timeout=10
> git fetch --tags --progress http://ci.csn.khai.edu/gerrit/cicsnkhaiedu-dev/sandbox refs/changes/*:refs/changes/*
> git rev-parse refs/changes/02/2/5^{commit} # timeout=10
> git rev-parse refs/remotes/origin/refs/changes/02/2/5^{commit} # timeout=10
Checking out Revision 12f878fbe241fdd761e8db36a2820ca952b162a0 (refs/changes/02/2/5)
> git config core.sparsecheckout # timeout=10
> git checkout -f 12f878fbe241fdd761e8db36a2820ca952b162a0
Commit message: "Add small changes to README.md file"
> git rev-list --no-walk 12f878fbe241fdd761e8db36a2820ca952b162a0 # timeout=10
[hello-world] $ /bin/sh -xe /tmp/jenkins3618065133812495931.sh
+ echo Hello world from Jenkins
Hello world from Jenkins
Finished: SUCCESS