Skip to content

Console Output

Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
using credential github-bot-ssh
Fetching changes from the remote Git repository
 > git rev-parse --resolve-git-dir /home/jenkins/agent/workspace/jax-ws-spec-api-release/.git # timeout=10
 > git config remote.origin.url git@github.com:jakartaee/jax-ws-api.git # timeout=10
Fetching upstream changes from git@github.com:jakartaee/jax-ws-api.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_SSH to set credentials GitHub bot SSH
[INFO] Currently running in a labeled security context
 > /usr/bin/chcon --type=ssh_home_t /home/jenkins/agent/workspace/jax-ws-spec-api-release@tmp/jenkins-gitclient-ssh1556014033962194110.key
Verifying host key using manually-configured host key entries
 > git fetch --tags --force --progress -- git@github.com:jakartaee/jax-ws-api.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision 01bf2dee2f332b61256e789d9bb501933b9d92e7 (refs/remotes/origin/master)
Commit message: "Integrate SOAP API 3.0.1"
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 01bf2dee2f332b61256e789d9bb501933b9d92e7 # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b master 01bf2dee2f332b61256e789d9bb501933b9d92e7 # timeout=10