Add the next stage to your .gitlab-ci.yml . stages: - analysis sonarqube: stage: analysis image: ciricihq/gitlab-sonar-scanner variables: SONAR_URL: ...
確定! 回上一頁