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 e59746f85e0613a2d1d2ab34b64841969546d44a (refs/remotes/origin/main)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e59746f85e0613a2d1d2ab34b64841969546d44a # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git branch -D main # timeout=10
 > git checkout -b main e59746f85e0613a2d1d2ab34b64841969546d44a # timeout=10
Commit message: "chore: remove social admin pages"
 > git rev-list --no-walk 19f6ef4494046bc5ed1017cbe9248a5a7a319856 # timeout=10