You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
token값을 제대로 설정했음에도 pull request시 sonarcloud가 뜨지 않고, node.js detail에 위와 같은 에러가 발생합니다ㅠ 실습 pdf를 따라서 작성하는 것 외에 따로 sonarcloud에서 권한을 설정해줘야 하는 게 있나요? 구글링해봐도 큰 도움이 되지 않아 질문드립니다.
일단 위에 스크린샷 상의 문제는 travis encrypt를 통해 발급 받은 토큰이 제대로 입력되지 않아서 발생한 것으로 보입니다.
그런데 최신 로그를 보니 위의 문제는 해결 되었고 에러 원인이 바뀐 것 같네요.
ERROR: Error during SonarQube Scanner execution
ERROR: You must define the following mandatory properties for 'Unknown': sonar.projectKey
ERROR:
ERROR: Re-run SonarQube Scanner using the -X switch to enable full debug logging.
The command "sonar-scanner" exited with 1.
해당 에러는 sonar-project.properties가 있는 PATH에서 sonar-scanner를 실행하지 않아서 발생하는 문제입니다.
token값을 제대로 설정했음에도 pull request시 sonarcloud가 뜨지 않고, node.js detail에 위와 같은 에러가 발생합니다ㅠ 실습 pdf를 따라서 작성하는 것 외에 따로 sonarcloud에서 권한을 설정해줘야 하는 게 있나요? 구글링해봐도 큰 도움이 되지 않아 질문드립니다.
작성한 코드를 첨부합니다.
.travis.yml: https://github.com/swsnu/swpp2020-team12/blob/master/.travis.yml
sonar-project.properties: https://github.com/swsnu/swpp2020-team12/blob/master/sonar-project.properties
The text was updated successfully, but these errors were encountered: