-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
XPR-18 CI CD 세팅 #10
XPR-18 CI CD 세팅 #10
Conversation
tasks { | ||
withType<Jar> { enabled = true } | ||
withType<BootJar> { enabled = false } | ||
} | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
P3: root build.gradle.kts에 tasks를 추가한 이유를 알 수 있을까요?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
빌드 할 때 Root도 인식해서 BootJar 실패가 되더라구요
- 'main' | ||
- 'develop' | ||
- 'feature/*' | ||
- 'fix/*' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
P3: fix는 어떤 경우에 사용되는 브랜치인지 알 수 있을까요?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
아 저는 구분 없이 feature 만 쓰긴 하는데
commit 컨밴션처럼 브렌치도 구분해서 쓰는 분들이 있어서 그냥 작성해둔 브랜치에요
- name: Upload CI results | ||
uses: actions/upload-artifact@v2 | ||
with: | ||
name: ci-results | ||
path: build/ci-results |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
P5: 어떤 명령어인지 궁금합니다!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
어 result를 출력 해주는 걸로 아는데 저도 잘 모르겠네요 ㅋㅋㅋ ㅎㅎ..
outputs: | ||
image: echo ${{ steps.build-image.outputs.image }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
P5: 이 부분도 어떤 의도로 작성되었는지 궁금합니다.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
디버깅용 입니다. 이슈가 발생 했을 때 이미지 테그가 랜덤값이다보니 잘 적용 되었는 지 등 알 필요가 있을 때가 있더라구요
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생 많으셨습니다!
Related Jira ✔
Description ✔
PR Rule ✔
P1: 꼭 반영해주세요 (Request changes)
P2: 적극적으로 고려해주세요 (Request changes)
P3: 웬만하면 반영해 주세요 (Comment)
P4: 반영해도 좋고 넘어가도 좋습니다 (Approve)
P5: 그냥 사소한 의견입니다 (Approve)