IT/Jenkins

[Jenkins 에러일지] jenkins Couldn't find any revision to build. Verify the repository and branch configuration for this job.

주현태 2021. 6. 8. 22:40

다음과 같은 에러가 발생하였다.

jenkins Couldn't find any revision to build. Verify the repository and branch configuration for this job.

 

무슨 일이지... 로그를 확인해보니 branch를 찾을수 없다는 이야기인것 같다.

원인은,, 최근 github브랜치의 경우 master가 아닌 main이 주 브랜치로 쓰이는 것 같다.. 하핳.. 

*/master -> */main으로 바꿔주니 에러는 해결되었다.