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 2c3db3a40c477d78535906e4e7b47c5bd55b4d99 Author: Jean Couteau <couteau@codelutin.com> Date: Thu Oct 25 09:33:02 2018 +0200 Add sonar job --- .gitlab-ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5c42623d..ccb0ad7c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -112,6 +112,13 @@ release: - target/${CI_PROJECT_NAME}-$VERSION-site name: "${CI_PROJECT_NAME}-${CI_COMMIT_REF_NAME}" +sonar_job: + image: registry.nuiton.org/codelutin/dockerfiles:maven-release + stage: sonar + script: + - mvn -e -U clean verify -DskipRelease org.sonarsource.scanner.maven:sonar-maven-plugin:3.4.0.905:sonar -Dsonar.host.url=https://qa.codelutin.com -Dsonar.projectKey=org.chorem:pollen -Dsonar.exclusions='**/js/libs/*','**/target/*','**/generated*/*' + only: + - schedules docker: -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.