Skip to content

Console Output

The recommended git tool is: NONE
No credentials specified
 > git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/appNG_Manager_2.x/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url git@github.com:appNG/appng-manager.git # timeout=10
Fetching upstream changes from git@github.com:appNG/appng-manager.git
 > git --version # timeout=10
 > git --version # 'git version 2.30.2'
 > git fetch --tags --force --progress -- git@github.com:appNG/appng-manager.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/feature/OpenAPI^{commit} # timeout=10
Checking out Revision b1206fe54abf2d87cf2d9394817280192c218ad1 (refs/remotes/origin/feature/OpenAPI)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b1206fe54abf2d87cf2d9394817280192c218ad1 # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git branch -D feature/OpenAPI # timeout=10
 > git checkout -b feature/OpenAPI b1206fe54abf2d87cf2d9394817280192c218ad1 # timeout=10
Commit message: "use some <action>s"
 > git rev-list --no-walk 6317f3171c30734224708a8b28a55af3991c8c86 # timeout=10