공부
[Github] auto build when merge pr (push branch)
승가비
2021. 6. 12. 20:23
728x90
https://withhamit.tistory.com/38
github push할 때 Jenkins 자동 빌드 설정
기록용. 새로운 ITem 클릭 이름 적고 Freestyle project 로 생성. GitHub project 클릭 > git url 복붙. 소스 코드 관리 > Git > Repository URL 작성. 브랜치는 master 브랜치로 설정했다. 빌드 > GitHub hoo..
withhamit.tistory.com
Jenkins: 관리 > 시스템 설정 > Github (default) 사용
Job: Github hook trigger for GITScm polling
Repository: {jenkins_url}/github-webhook
Just the `push` event.
728x90