mash-up-kr / ACM-Backend

11기 앺최몇 프로젝트 서버
25 stars 1 forks source link

개발서버 CI, CD 설정 #23

Open junhaesung opened 3 years ago

junhaesung commented 3 years ago

jenkins job 생성

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

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

junhaesung commented 2 years ago

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