branch develop updated (b6c7f848 -> 4938416e)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository topia. See https://gitlab.nuiton.org/nuiton/topia.git from b6c7f848 Do not specify 'develop' for Sonar, as it is already part of the scheduled task new 4938416e Change image used in gitlab 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 4938416e865aa0ef365c07f74cac279fd951298e Author: Arnaud Thimel <thimel@codelutin.com> Date: Fri Sep 20 15:07:29 2019 +0200 Change image used in gitlab CI Summary of changes: .gitlab-ci.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
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 4938416e865aa0ef365c07f74cac279fd951298e Author: Arnaud Thimel <thimel@codelutin.com> Date: Fri Sep 20 15:07:29 2019 +0200 Change image used in gitlab CI --- .gitlab-ci.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5b9c9f96..6393e759 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,7 @@ stages: # Pour les branches maven: - image: registry.nuiton.org/codelutin/dockerfiles:maven-release + image: registry.nuiton.org/codelutin/dockerfiles:maven-release-debian9-openjdk8-with-frequent-libraries stage: build script: mvn --batch-mode clean package except: @@ -16,7 +16,7 @@ maven: # Sur develop, on vérifie que c'est releasable maven-verify: - image: registry.nuiton.org/codelutin/dockerfiles:maven-release + image: registry.nuiton.org/codelutin/dockerfiles:maven-release-debian9-openjdk8-with-frequent-libraries stage: check-can-release script: mvn --batch-mode clean verify -DperformRelease only: @@ -26,9 +26,10 @@ maven-verify: # Sonar uniquement sur develop et si planifié sonar: - image: registry.nuiton.org/codelutin/dockerfiles:maven-release + image: registry.nuiton.org/codelutin/dockerfiles:maven-release-debian9-openjdk8-with-frequent-libraries stage: qa script: + - mvn -version - mvn clean package org.sonarsource.scanner.maven:sonar-maven-plugin:3.6.1.1688:sonar -Dsonar.host.url="https://qa.codelutin.com" only: - schedules -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm