Skip to content

Console Output

No credentials specified
Fetching changes from the remote Git repository
 > git rev-parse --is-inside-work-tree # timeout=10
 > git config remote.origin.url git@github.com:appNG/appng-authentication.git # timeout=10
Fetching upstream changes from git@github.com:appNG/appng-authentication.git
 > git --version # timeout=10
 > git fetch --tags --progress git@github.com:appNG/appng-authentication.git +refs/heads/*:refs/remotes/origin/*
Checking out Revision b9b4d8e29d8e7da38a8dbd9a185d0e6e7df45307 (refs/remotes/origin/appng-authentication-1.12.x)
Commit message: "AUTH-18 use lombok"
 > git rev-parse refs/remotes/origin/appng-authentication-1.12.x^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/appng-authentication-1.12.x^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b9b4d8e29d8e7da38a8dbd9a185d0e6e7df45307
 > git branch -a -v --no-abbrev # timeout=10
 > git branch -D appng-authentication-1.12.x # timeout=10
 > git checkout -b appng-authentication-1.12.x b9b4d8e29d8e7da38a8dbd9a185d0e6e7df45307
 > git rev-list --no-walk 95cac2658c4aa94aa744e77379bed0dad00cbff9 # timeout=10