Skip to content

Console Output

using credential github-bot-ssh
Fetching changes from the remote Git repository
Checking out Revision b4057e2ea544818926a40e51e0b51fe1995446b9 (refs/remotes/origin/master)
Commit message: "give javadoc SE 8 look"
 > git rev-parse --is-inside-work-tree # timeout=10
 > git config remote.origin.url git@github.com:eclipse-ee4j/saaj-api.git # timeout=10
Fetching upstream changes from git@github.com:eclipse-ee4j/saaj-api.git
 > git --version # timeout=10
using GIT_SSH to set credentials GitHub bot SSH
 > git fetch --tags --force --progress -- git@github.com:eclipse-ee4j/saaj-api.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b4057e2ea544818926a40e51e0b51fe1995446b9
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b master b4057e2ea544818926a40e51e0b51fe1995446b9