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