This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit 19fb2b0c32feeef2768b7734029d36f60c5b5129 Author: jcouteau <couteau@codelutin.com> Date: Mon Nov 12 18:12:47 2018 +0100 Add ui sonar analysis --- .gitlab-ci.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 15e5d20c..3aa1fac4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -126,6 +126,17 @@ sonar_job: only: - schedules +sonar_job_ui: + image: registry.nuiton.org/codelutin/dockerfiles:maven-release-with-frequent-libraries + stage: sonar + script: + - cd pollen-ui-riot-js/ + - npm install -g sonarqube-scanner + - sonar-scanner -Dsonar.host.url=https://qa.codelutin.com -Dsonar.projectKey=org.chorem:pollen-ui + only: + - schedules + + docker: image: registry.nuiton.org/codelutin/dockerfiles:docker -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.