Skip to content
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

개발서버 CI, CD 설정 #23

Open
3 of 4 tasks
junhaesung opened this issue Sep 20, 2021 · 1 comment
Open
3 of 4 tasks

개발서버 CI, CD 설정 #23

junhaesung opened this issue Sep 20, 2021 · 1 comment
Assignees

Comments

@junhaesung
Copy link
Member

junhaesung commented Sep 20, 2021

jenkins job 생성

  • build
  • upload
  • deploy
  • api, batch, admin

upload 횟수를 줄일 수 있는 방법 찾아보기 (비용절감을위해)

(업로드 lazy 하게 하기 : deploy job 실행시 필요한 버전의 jar 있는지 확인하고 없다면 업로드, 있으면 업로드 안함)

@junhaesung junhaesung self-assigned this Sep 20, 2021
@junhaesung
Copy link
Member Author

jar file 값이 null 아닌지 확인할때 if [ -f "$VAR" ] 대신 if [ -n "$VAR"] 써야함

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant