branch develop updated (32dd88d -> b62c5b1)
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 32dd88d fixes #1 fixes #2 fixes #3 fixes #5 new b62c5b1 Improve CI 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 b62c5b1de0c13f05d50598c627c2826211bec58e Author: jcouteau <couteau@codelutin.com> Date: Fri Dec 21 12:16:02 2018 +0100 Improve CI Summary of changes: .gitlab-ci.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 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 b62c5b1de0c13f05d50598c627c2826211bec58e Author: jcouteau <couteau@codelutin.com> Date: Fri Dec 21 12:16:02 2018 +0100 Improve CI --- .gitlab-ci.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c60c102..c2bc4c9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,20 +1,21 @@ variables: - SONAR_URL: "https://sonar.nuiton.org" + SONAR_URL: "https://qa.codelutin.com" stages: - build - report build: - image: registry.nuiton.org/codelutin/dockerfiles:debian-dev-java8 + image: registry.nuiton.org/codelutin/dockerfiles:maven-release stage: build - script: - - mvn install + script: + - mvn --version + - mvn clean verify -e -U -DperformRelease 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