Console Output
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.39.5'
> 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/main
Seen 11 remote branches
> git show-ref --tags -d # timeout=10
Checking out Revision 8c4fffe0a3ca5ef643819ad18b76dc333edd714a (origin/dev)
> git config core.sparsecheckout # timeout=10
> git checkout -f 8c4fffe0a3ca5ef643819ad18b76dc333edd714a # timeout=10
Commit message: "feat: 쿠키 기반 access token 추가"