Skip to content

Console Output

23:52:14 [2025-11-02T14:52:14.762Z] The recommended git tool is: NONE
23:52:14 [2025-11-02T14:52:14.762Z] No credentials specified
23:52:14 [2025-11-02T14:52:14.763Z] Cloning the remote Git repository
23:52:14 [2025-11-02T14:52:14.763Z] Cloning repository https://github.com/B2A5/SOSO-Server
23:52:14 [2025-11-02T14:52:14.763Z]  > git init /var/jenkins_home/workspace/soso-server # timeout=10
23:52:14 [2025-11-02T14:52:14.769Z] Fetching upstream changes from https://github.com/B2A5/SOSO-Server
23:52:14 [2025-11-02T14:52:14.769Z]  > git --version # timeout=10
23:52:14 [2025-11-02T14:52:14.774Z]  > git --version # 'git version 2.39.5'
23:52:14 [2025-11-02T14:52:14.774Z]  > git fetch --tags --force --progress -- https://github.com/B2A5/SOSO-Server +refs/heads/*:refs/remotes/origin/* # timeout=10
23:52:15 [2025-11-02T14:52:15.606Z]  > git config remote.origin.url https://github.com/B2A5/SOSO-Server # timeout=10
23:52:15 [2025-11-02T14:52:15.610Z]  > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
23:52:15 [2025-11-02T14:52:15.616Z] Avoid second fetch
23:52:15 [2025-11-02T14:52:15.617Z] Seen branch in repository origin/dev
23:52:15 [2025-11-02T14:52:15.617Z] Seen branch in repository origin/feat/sigungucode
23:52:15 [2025-11-02T14:52:15.617Z] Seen branch in repository origin/feat/users
23:52:15 [2025-11-02T14:52:15.617Z] Seen branch in repository origin/feat/votesboard
23:52:15 [2025-11-02T14:52:15.617Z] Seen branch in repository origin/fix/auth
23:52:15 [2025-11-02T14:52:15.617Z] Seen branch in repository origin/fix/comments
23:52:15 [2025-11-02T14:52:15.617Z] Seen branch in repository origin/fix/community-openAPI
23:52:15 [2025-11-02T14:52:15.617Z] Seen branch in repository origin/fix/docker-auto-update
23:52:15 [2025-11-02T14:52:15.617Z] Seen branch in repository origin/fix/free-community
23:52:15 [2025-11-02T14:52:15.617Z] Seen branch in repository origin/fix/server-infra
23:52:15 [2025-11-02T14:52:15.617Z] Seen branch in repository origin/main
23:52:15 [2025-11-02T14:52:15.617Z] Seen 11 remote branches
23:52:15 [2025-11-02T14:52:15.617Z]  > git show-ref --tags -d # timeout=10
23:52:15 [2025-11-02T14:52:15.625Z] Checking out Revision 23c4b2b1d0f37837dbef68ef39dcfbd6a901164e (origin/dev)
23:52:15 [2025-11-02T14:52:15.625Z]  > git config core.sparsecheckout # timeout=10
23:52:15 [2025-11-02T14:52:15.630Z]  > git checkout -f 23c4b2b1d0f37837dbef68ef39dcfbd6a901164e # timeout=10
23:52:15 [2025-11-02T14:52:15.654Z] Commit message: "fix: 테스트 코드 수정"