控制台输出
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
No credentials specified
> git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/cku-user-service/.git # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url git@192.168.19.207:cku-backend/cku-user-service.git # timeout=10
Fetching upstream changes from git@192.168.19.207:cku-backend/cku-user-service.git
> git --version # timeout=10
> git --version # 'git version 1.7.1'
> git fetch --tags --progress git@192.168.19.207:cku-backend/cku-user-service.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse refs/remotes/origin/feature_show_split^{commit} # timeout=10
Checking out Revision 127bf98072682a107099221e85782e4e2caa23a6 (refs/remotes/origin/feature_show_split)
> git config core.sparsecheckout # timeout=10
> git checkout -f 127bf98072682a107099221e85782e4e2caa23a6 # timeout=10
> git branch -a -v --no-abbrev # timeout=10
> git branch -D feature_show_split # timeout=10
> git checkout -b feature_show_split 127bf98072682a107099221e85782e4e2caa23a6 # timeout=10
Commit message: "fix:调整位置,新逻辑优先"
> git rev-list --no-walk b108d9682363c08534b5586db3206a8e99afe399 # timeout=10