Back End/CI&CD
-
[CI/CD] Travis CI Job LifeCycle 공식문서와 after_script에 대하여Back End/CI&CD 2022. 2. 26. 01:11
The Build # The .travis.yml file describes the build process. A build in Travis CI is a sequence of stages. Each stage consists of jobs run in parallel. .travis.yml 파일은 빌드 프로세스를 조정하는 파일이다. 트래비스 CI에서 빌드는 stage의 묶음이며, 각 stage는 병렬적으로 실행되는 job들로 이루어져있다. (각 stage가 개별 VM 환경에서 돌아간다는 뜻) 개별 VM에서 병렬적으로 돌아가지 않고, 순차적으로 돌리는 방법도 있긴 하다. The Job Lifecycle # Each job is a sequence of phases. The main phases are:..
-
[CI/CD] Travis CI 적용기 (Organization Repository)Back End/CI&CD 2022. 2. 24. 00:24
개인 레파지토리 적용은 Travis CI 라는 키워드로 검색하면 쉽게 찾아 볼 수 있다. 허나...! Organization Repository 는 찾아 볼 수가 없다...... 혹여나 저와 같은 증상으로 해메셨다면 잘 찾아오셨습니다 :D!! 레파지토리와 Travis CI를 연결하고 커밋을 했는데 We are unable to start your build at this time. You exceeded the number of users allowed for your plan. Please review your plan details and follow the steps to resolution. 이라는 문구가 뜬다. 너무 불친절하다....! 요금제 초과라고만 말만 하고 해결법은 제시해주지 않는다.....