본문 바로가기
인프라/젠킨스(jenkins)

jenkins github 연동

by IT맥구리나스 2022. 5. 5.

jenkins github 연동

새로운 Item > freestyle project 클릭

 

 

GitHubproject > Project url에 자신의 github주소를 적으면

아래와같이 왼쪽 메뉴에 GitHub아이콘이 생기면서 링크가 걸린다.(이건 연동이아니라 그냥 링크 추가정도)

 

소스코드관리 > Git선택 > Repository URL에 git 주소 기재

Credentials에 github 로그인계정추가

Branch Specifier에 */main으로 쓴다.

Branch Specifier */master로 쓸 경우 에러발생

가끔 블로그에 보면 */master가 쓰여있는데 2022년 5월 기준 */master를 기재하면 아래와같은 에러가 나온다.

ERROR: Couldn't find any revision to build. Verify the repository and branch configuration for this job.
Finished: FAILURE

해결방법

*/main으로 쓴다.

 

연동확인

Build Now 클릭 > Build histroy 잘된 점 확인 > 작업공간 클릭 > github에 있는 내역 잘가져왔는지 확인

반응형

댓글