Cloning the remote Git repository
Cloning repository https://github.com/forpixona/pr-rest.git
> git init /var/jenkins_home/workspace/Testing # timeout=10
Fetching upstream changes from https://github.com/forpixona/pr-rest.git
> git --version # timeout=10
> git fetch --tags --progress https://github.com/forpixona/pr-rest.git +refs/heads/*:refs/remotes/origin/*
> git config remote.origin.url https://github.com/forpixona/pr-rest.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://github.com/forpixona/pr-rest.git # timeout=10
Fetching upstream changes from https://github.com/forpixona/pr-rest.git
> git fetch --tags --progress https://github.com/forpixona/pr-rest.git +refs/heads/*:refs/remotes/origin/*
> git rev-parse refs/remotes/origin/testing^{commit} # timeout=10
> git rev-parse refs/remotes/origin/origin/testing^{commit} # timeout=10
Checking out Revision 591a19f0a5f83d128ff1a0db17934094c3c6e410 (refs/remotes/origin/testing)
> git config core.sparsecheckout # timeout=10
> git checkout -f 591a19f0a5f83d128ff1a0db17934094c3c6e410
Commit message: "updated the things"