Error code 모음/9. Jenkins Errors

[Git Error] - Jenkins : last delivery was not successful invalid http response 403

쟈누이 2021. 12. 18. 11:19
반응형

 

1. 에러 원인


해당 에러는 젠킨스와 git 이 제대로 webhook 이 안되었을때 발생한다.

 

 

 

 

 

2. 해결 방법


젠킨스는 로그인이 필요한 서비스이기 때문에

링크 앞에 아이디 비번을 기입해주어야만 한다.

 

https://foo:password@jenkins.example.com/github-webhook/

 

 

자세한 내용은 아래 링크를 참고

 

 

 

 

3. 참고 링크


https://stackoverflow.com/questions/7427557/jenkins-and-github-webhook-http-403

 

Jenkins and GitHub webhook: HTTP 403

I have a GitHub repository which I would like to have notify Jenkins of new commits via a post-receive hook. I've installed the GitHub plugin into Jenkins and have allowed for Jenkins to manage it'...

stackoverflow.com

 

반응형