控制台输出
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/sys-user-service/.git # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url git@192.168.19.207:cku-backend/sys-user-service.git # timeout=10
Fetching upstream changes from git@192.168.19.207:cku-backend/sys-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/sys-user-service.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision 497f2957011228558e2263a13a86b350ecedf205 (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 497f2957011228558e2263a13a86b350ecedf205 # timeout=10
> git branch -a -v --no-abbrev # timeout=10
> git branch -D master # timeout=10
> git checkout -b master 497f2957011228558e2263a13a86b350ecedf205 # timeout=10
Commit message: "update by zhangjunwu"
> git rev-list --no-walk 497f2957011228558e2263a13a86b350ecedf205 # timeout=10