This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository topia. See https://gitlab.nuiton.org/nuiton/topia.git commit 5774f40037a6ac1149eda70d147d0e7bba821ed1 Author: Brendan Le Ny <bleny@codelutin.com> Date: Thu Sep 19 16:34:29 2019 +0200 Add sonar step --- .gitlab-ci.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d1729ad3..87dc0ce5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,7 @@ stages: - build - check-can-release +- qa maven: image: registry.nuiton.org/codelutin/dockerfiles:maven-release @@ -20,3 +21,11 @@ maven-verify: script: mvn --batch-mode clean verify -DperformRelease only: - develop + +sonar: + image: registry.nuiton.org/codelutin/dockerfiles:maven-release + stage: qa + script: + - mvn test org.sonarsource.scanner.maven:sonar-maven-plugin:3.4.0.905:sonar -Dsonar.host.url="https://qa.codelutin.com" + only: + - develop -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.