branch develop updated (5e7b646 -> 5710b28)
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 5e7b646 Fix sonar vulnerabilities new 5710b28 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 5710b28018abe7ebd62ccccd7e7eb05f2decd1de Author: Éric Chatellier <chatellier@codelutin.com> Date: Mon Mar 4 12:17:55 2019 +0100 Update .gitlab-ci.yml Summary of changes: .gitlab-ci.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 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 5710b28018abe7ebd62ccccd7e7eb05f2decd1de Author: Éric Chatellier <chatellier@codelutin.com> Date: Mon Mar 4 12:17:55 2019 +0100 Update .gitlab-ci.yml --- .gitlab-ci.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e7eccca..d5aee4c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ variables: - SONAR_URL: "https://qa.codelutin.com" + SONAR_URL: "https://sonar.nuiton.org" stages: - build @@ -9,14 +9,10 @@ build: image: registry.nuiton.org/codelutin/dockerfiles:maven-release stage: build script: - - mvn --version - mvn clean verify -e -U - #- mvn clean verify -e -U -DperformRelease sonarqube: image: registry.nuiton.org/codelutin/dockerfiles:debian-dev-java8 stage: report script: - - 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 + - mvn compile sonar:sonar -Dsonar.host.url=$SONAR_URL -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm