문제

I have my source repository hosted in GitHub. I now want my Sonar instance (deployed on Amazon EC2) to pull from the git repository periodically to analyze the codebase. The project is a simple JavaScript project, I do not want ANT, Maven or Jenkins to be involved, but just Sonar to pull code periodically.

Is this possible?

도움이 되었습니까?

해결책

Sonar has no built-on cron, nor any connector to SCM tools to retrieve source code. So retrieving sources and triggering an analysis is out of its scope: this is the responsibility of other tools like CI servers (Jenkins / Hudson / Team City / Bamboo / ...).

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top