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 d8a253357cb4535006b8271ae76652c2b7b52957 (refs/remotes/origin/main)
> git config core.sparsecheckout # timeout=10
> git checkout -f d8a253357cb4535006b8271ae76652c2b7b52957 # timeout=10
> git branch -a -v --no-abbrev # timeout=10
> git branch -D main # timeout=10
> git checkout -b main d8a253357cb4535006b8271ae76652c2b7b52957 # timeout=10
Commit message: "fix: restore ncm2mp3 static page"
> git rev-list --no-walk 2fb5db92d26d4a6fcf8ce76be30df1cf57141371 # timeout=10