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-backend/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/zoumh001207/zoumh.git # timeout=10
Fetching upstream changes from https://github.com/zoumh001207/zoumh.git
 > git --version # timeout=10
 > git --version # 'git version 2.47.3'
 > git fetch --tags --force --progress -- https://github.com/zoumh001207/zoumh.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/dev^{commit} # timeout=10
Checking out Revision df82c0b59ca96f5034a207e116dd63814fc0e3bb (refs/remotes/origin/dev)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f df82c0b59ca96f5034a207e116dd63814fc0e3bb # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git branch -D dev # timeout=10
 > git checkout -b dev df82c0b59ca96f5034a207e116dd63814fc0e3bb # timeout=10
Commit message: "chore: remove social module remnants"
 > git rev-list --no-walk 813f82dda6889cc36d973eab2f0f94641bb854ec # timeout=10