Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- 프로그래머스코딩테스트
- 개발자
- 프로그래머스 레벨0
- next.js
- 알고리즘공부
- 코딩테스트
- 알고리즘스터디
- 코테준비
- Redux-Toolkit
- 프로그래머스 Lv.0
- 프로그래머스
- 코딩
- 자바스크립트
- next.js 에러
- html
- CSS
- 정보처리기사
- 프로그래머스알고리즘
- js
- mysql
- 프로그래머스 코테
- 프로그래머스 알고리즘
- 1일1코테
- 코테공부
- 프로그래머스코테
- 프로그래밍
- 정처기기출
- 알고리즘문제
- 코테스터디
- 프로그래머스 코딩테스트
Archives
- Today
- Total
목록webhook (1)
계발하는 개발자
[Webhook 에러] There was an error setting up your hook: Sorry, the URL host localhost is not supported because it isn't reachable over the public Internet 해결법
참고 https://stackoverflow.com/questions/59208288/webhook-error-issue-while-integrating-github-with-jenkins https://whatismyipaddress.com/ 에러 github jenkins 연동을 위해 github webhooks 설정을 하고나서 Add webhook을 클릭하니 아래처럼 상단에 빨간색 에러메시지가 표시되었다. Payload URL : http://{IP}:{Port}/github-webhook/ 으로 맞게 작성해주었다고 생각했는데 왜 이런 일이 발생했을까? 원인 GitHub 웹훅을 로컬 Jenkins 서버에 등록하려면 공개 인터넷을 통해 접근 가능한 호스트 또는 IP 주소를 사용해야 하는데, 로컬 호스..
❗️Error
2023. 9. 19. 21:35