gitlap에서 push 트리거를 작동하게 하려면 gitlab 프로젝트 -> setting -> intergrations 에서젠킨스 프로젝트 url을 입력해야한다. 회사에서는 gitlab도 회사서버고 내부망이기 때문에 인바운드 규칙에서 port만 열어주었다. 그런데 재택을 하게되고 집 ip를 입력하니 에러가 발생했다. 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. 이유는 입력한 ip가 gitlab서버의 localhost로 인식이 되기 때문이다. 그렇다면 gitlab에서 접근 할 수 있는 외부 아이피가 ..