Init(client): Auto Build Github Action#31
Merged
Conversation
gwagjiug
approved these changes
Jul 3, 2025
Member
gwagjiug
left a comment
There was a problem hiding this comment.
제가 5분컷 가능하다고 했죠???ㅎㅎㅎ 무한 신뢰 드립니다.. 이것으로 기본적인 cicd 구성이 어느정도 끝났네요 수고하셨습니다 👍
hansoojeongsj
approved these changes
Jul 3, 2025
Member
hansoojeongsj
left a comment
There was a problem hiding this comment.
PR 잘 읽었습니다, 감사합니다 ㅎㅎ
설명도 명확하고 현재 Jenkins와 GitHub Actions의 역할 분리도 이해됐어요 :)
덕분에 자동 빌드 검증 체계가 훨씬 견고해질 것 같네요!
작성해주신 CI/CD 워크플로우, 정말 최고입니다 !!
깔끔하게 잘 짜주셔서 바로 적용해도 문제없을 것 같습니다 👍
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📌 Summary
📚 Tasks
Jenkins 로 배포 CI / CD 를 구축했지만, 해당 PR 을 올리는 이유는
jenkins 안에서의 build 와 와 github build 의 역할이 다르기 때문입니다.
jenkins 의 build 역할과 한계
그렇다면 Build Github Action 은 무슨 역할?
따라서 Jenkins는 배포 전용, GitHub Actions는 PR 품질 검증 전용으로 역할이 분리됩니다.
해당 PR 이 머지 되었을 때 develop 트래킹 잘하는지 jenkins 배포 체크 하도록 하겠습니다
이를 위한 테스트 코드 하나 더 추가되었습니다