The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/B2A5/SOSO-Server
> git init /var/jenkins_home/workspace/soso-server # timeout=10
Fetching upstream changes from https://github.com/B2A5/SOSO-Server
> git --version # timeout=10
> git --version # 'git version 2.47.3'
> git fetch --tags --force --progress -- https://github.com/B2A5/SOSO-Server +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://github.com/B2A5/SOSO-Server # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Seen branch in repository origin/dev
Seen branch in repository origin/feat/sigungucode
Seen branch in repository origin/feat/users
Seen branch in repository origin/feat/votesboard
Seen branch in repository origin/fix/auth
Seen branch in repository origin/fix/comments
Seen branch in repository origin/fix/community-openAPI
Seen branch in repository origin/fix/docker-auto-update
Seen branch in repository origin/fix/free-community
Seen branch in repository origin/fix/server-infra
Seen branch in repository origin/fix/votes
Seen branch in repository origin/main
Seen 12 remote branches
> git show-ref --tags -d # timeout=10
Checking out Revision b98fd761cf0321214e46d5636eb5dc67080e2b27 (origin/dev)
> git config core.sparsecheckout # timeout=10
> git checkout -f b98fd761cf0321214e46d5636eb5dc67080e2b27 # timeout=10
Commit message: "fix: 테스트 코드 수정"