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 a9af55fcd7b816f207c7872619baa73a4283de04 (refs/remotes/origin/dev)
> git config core.sparsecheckout # timeout=10
> git checkout -f a9af55fcd7b816f207c7872619baa73a4283de04 # timeout=10
> git branch -a -v --no-abbrev # timeout=10
> git branch -D dev # timeout=10
> git checkout -b dev a9af55fcd7b816f207c7872619baa73a4283de04 # timeout=10
Commit message: "feat: bootstrap social dating MVP"
> git rev-list --no-walk a9af55fcd7b816f207c7872619baa73a4283de04 # timeout=10