Skip to content

Console Output

17:44:09 [2025-11-02T08:44:09.423Z] The recommended git tool is: NONE
17:44:09 [2025-11-02T08:44:09.424Z] No credentials specified
17:44:09 [2025-11-02T08:44:09.424Z] Cloning the remote Git repository
17:44:09 [2025-11-02T08:44:09.424Z] Cloning repository https://github.com/B2A5/SOSO-Server
17:44:09 [2025-11-02T08:44:09.424Z]  > git init /var/jenkins_home/workspace/soso-server # timeout=10
17:44:09 [2025-11-02T08:44:09.430Z] Fetching upstream changes from https://github.com/B2A5/SOSO-Server
17:44:09 [2025-11-02T08:44:09.430Z]  > git --version # timeout=10
17:44:09 [2025-11-02T08:44:09.437Z]  > git --version # 'git version 2.39.5'
17:44:09 [2025-11-02T08:44:09.437Z]  > git fetch --tags --force --progress -- https://github.com/B2A5/SOSO-Server +refs/heads/*:refs/remotes/origin/* # timeout=10
17:44:10 [2025-11-02T08:44:10.316Z]  > git config remote.origin.url https://github.com/B2A5/SOSO-Server # timeout=10
17:44:10 [2025-11-02T08:44:10.320Z]  > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
17:44:10 [2025-11-02T08:44:10.328Z] Avoid second fetch
17:44:10 [2025-11-02T08:44:10.330Z] Seen branch in repository origin/dev
17:44:10 [2025-11-02T08:44:10.330Z] Seen branch in repository origin/feat/sigungucode
17:44:10 [2025-11-02T08:44:10.330Z] Seen branch in repository origin/feat/users
17:44:10 [2025-11-02T08:44:10.330Z] Seen branch in repository origin/feat/votesboard
17:44:10 [2025-11-02T08:44:10.330Z] Seen branch in repository origin/fix/auth
17:44:10 [2025-11-02T08:44:10.330Z] Seen branch in repository origin/fix/comments
17:44:10 [2025-11-02T08:44:10.330Z] Seen branch in repository origin/fix/community-openAPI
17:44:10 [2025-11-02T08:44:10.330Z] Seen branch in repository origin/fix/docker-auto-update
17:44:10 [2025-11-02T08:44:10.330Z] Seen branch in repository origin/fix/free-community
17:44:10 [2025-11-02T08:44:10.330Z] Seen branch in repository origin/fix/server-infra
17:44:10 [2025-11-02T08:44:10.330Z] Seen branch in repository origin/main
17:44:10 [2025-11-02T08:44:10.331Z] Seen 11 remote branches
17:44:10 [2025-11-02T08:44:10.331Z]  > git show-ref --tags -d # timeout=10
17:44:10 [2025-11-02T08:44:10.342Z] Checking out Revision 8c4fffe0a3ca5ef643819ad18b76dc333edd714a (origin/dev)
17:44:10 [2025-11-02T08:44:10.342Z]  > git config core.sparsecheckout # timeout=10
17:44:10 [2025-11-02T08:44:10.347Z]  > git checkout -f 8c4fffe0a3ca5ef643819ad18b76dc333edd714a # timeout=10
17:44:10 [2025-11-02T08:44:10.375Z] Commit message: "feat: 쿠키 기반 access token 추가"