Skip to content

Console Output

The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/zoumh001207/zoumh-vue.git
 > git init /var/jenkins_home/workspace/zoumh-frontend # 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 config remote.origin.url https://github.com/zoumh001207/zoumh-vue.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git rev-parse refs/remotes/origin/main^{commit} # timeout=10
Checking out Revision 2b1a6418f533d71ca46b510d659ad0ab067caedb (refs/remotes/origin/main)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 2b1a6418f533d71ca46b510d659ad0ab067caedb # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b main 2b1a6418f533d71ca46b510d659ad0ab067caedb # timeout=10
Commit message: "feat: add clouddrive landing entry"
 > git rev-list --no-walk 2b1a6418f533d71ca46b510d659ad0ab067caedb # timeout=10