Skip to content

Console Output

The recommended git tool is: NONE
No credentials specified
 > git rev-parse --resolve-git-dir /var/jenkins_home/workspace/zoumh-frontend/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/zoumh001207/zoumh-vue.git # timeout=10
Fetching upstream changes from https://github.com/zoumh001207/zoumh-vue.git
 > git --version # timeout=10
 > git --version # 'git version 2.47.3'
 > git fetch --tags --force --progress -- https://github.com/zoumh001207/zoumh-vue.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/main^{commit} # timeout=10
Checking out Revision ab2dc57d7c15d23199e0caaaf5309ce20b2d4b21 (refs/remotes/origin/main)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ab2dc57d7c15d23199e0caaaf5309ce20b2d4b21 # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git branch -D main # timeout=10
 > git checkout -b main ab2dc57d7c15d23199e0caaaf5309ce20b2d4b21 # timeout=10
Commit message: "fix: hide duplicate dashboard route"
 > git rev-list --no-walk a8ccf8a3f3cf2e58a1ad49516b0b289a17c11115 # timeout=10