branch develop updated (25b1169 -> f754cd1)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository coser. See https://gitlab.nuiton.org/codelutin/coser.git from 25b1169 Update .gitlab-ci.yml new f754cd1 Update .gitlab-ci.yml 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 f754cd12e0e609d08c057ed6c52cd811509c5778 Author: Jean Couteau <couteau@codelutin.com> Date: Wed Sep 11 10:32:15 2019 +0200 Update .gitlab-ci.yml Summary of changes: .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository coser. See https://gitlab.nuiton.org/codelutin/coser.git commit f754cd12e0e609d08c057ed6c52cd811509c5778 Author: Jean Couteau <couteau@codelutin.com> Date: Wed Sep 11 10:32:15 2019 +0200 Update .gitlab-ci.yml --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5c46349..3055677 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ variables: - SONAR_URL: "https://sonar.nuiton.org" + SONAR_URL: "https://qa.nuiton.org" stages: - build @@ -15,6 +15,6 @@ sonarqube: image: registry.nuiton.org/codelutin/dockerfiles:debian-dev-java8 stage: report script: - - mvn compile sonar:sonar -Dsonar.host.url=$SONAR_URL + - mvn -e -U clean verify -DskipRelease org.sonarsource.scanner.maven:sonar-maven-plugin:3.4.0.905:sonar -Dsonar.host.url=$SONAR_URL -Dsonar.projectKey=fr.ifremer:coser -Dsonar.binaries='**/target/classes' -Dsonar.exclusions='**/js/libs/*','**/target/*','**/generated*/*' only: - schedules -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm