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
Checking out Revision ab856e2213fc6da369c12a2057ca8dc184188aa1 (refs/remotes/origin/master)
Commit message: "Project cleanup. (#178)"
 > git rev-parse --resolve-git-dir /home/jenkins/agent/workspace/jax-ws-api-master-build/.git # timeout=10
 > git config remote.origin.url git@github.com:eclipse-ee4j/jax-ws-api.git # timeout=10
Fetching upstream changes from git@github.com:eclipse-ee4j/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-api-master-build@tmp/jenkins-gitclient-ssh7671254690377415128.key
 > git fetch --tags --force --progress -- git@github.com:eclipse-ee4j/jax-ws-api.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ab856e2213fc6da369c12a2057ca8dc184188aa1 # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b master ab856e2213fc6da369c12a2057ca8dc184188aa1 # timeout=10