branch develop updated (65653a63 -> 2c3db3a4)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git from 65653a63 Monté de version new 2c3db3a4 Add sonar job The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 2c3db3a40c477d78535906e4e7b47c5bd55b4d99 Author: Jean Couteau <couteau@codelutin.com> Date: Thu Oct 25 09:33:02 2018 +0200 Add sonar job Summary of changes: .gitlab-ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
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>.
participants (1)
-
chorem.org scm