Console Output

The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://code-repo.d4science.org/D-Net/dnet-hadoop
 > git init /var/lib/jenkins/workspace/dnet-hadoop_CD_BETA/dnet-hadoop # timeout=10
Fetching upstream changes from https://code-repo.d4science.org/D-Net/dnet-hadoop
 > git --version # timeout=10
 > git --version # 'git version 2.17.1'
 > git fetch --tags --progress -- https://code-repo.d4science.org/D-Net/dnet-hadoop +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision c67467723b010a385c234fc015d47023f2e852a1 (refs/remotes/origin/beta)
Commit message: "Merge pull request 'refined mapping for the extraction of the original resource type' (#374) from resource_types into beta"
 > git config remote.origin.url https://code-repo.d4science.org/D-Net/dnet-hadoop # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/beta^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c67467723b010a385c234fc015d47023f2e852a1 # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b beta c67467723b010a385c234fc015d47023f2e852a1 # timeout=10
 > git rev-list --no-walk d33f578e544c23eb8e1a1dd4edfd79b0a42d854a # timeout=10