[Jenkins Error] jenkins Couldn't find any revision to build. Verify the repository and branch configuration for this job.
1. 에러 원인 에러 원인은 최근 github브랜치가 master가 아닌 main이 주 브랜치로 변경이 되어 master 로 기입이 된 브랜치를 찾지못해 발생한 에러같았다. 2. 해결 방법 */master -> */main으로 바꿔준다. 3. 참고 링크 https://honeyinfo7.tistory.com/302 [Jenkins 에러일지] jenkins Couldn't find any revision to build. Verify the repository and branch configuration for this job. 다음과 같은 에러가 발생하였다. jenkins Couldn't find any revision to build. Verify the repository and branch conf..