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 e1738fbcb120162dba8523e27893c3ec4a8e7d96 (refs/remotes/origin/appng-authentication-1.12.x)
Commit message: "preparing next version 1.12.1-SNAPSHOT"
 > 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 e1738fbcb120162dba8523e27893c3ec4a8e7d96
 > 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 e1738fbcb120162dba8523e27893c3ec4a8e7d96
 > git rev-list --no-walk b5cd22798532cc9a75f378ed72366950884fba7b # timeout=10