branch develop updated (54573d1 -> 639f2ec)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository i18n. See https://gitlab.nuiton.org/nuiton/i18n.git from 54573d1 Setup .gitlab-ci.yml new af3c3a7 Set Xmx to 1Go for sonar job new 639f2ec Use variables for Sonar build The 2 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 639f2ec82cd33a78f5b0bda4c769f2f9a150182d Author: Arnaud Thimel <thimel@codelutin.com> Date: Mon Sep 23 15:19:13 2019 +0200 Use variables for Sonar build commit af3c3a7e855761f584258ef76a1a95c6fb2f9805 Author: Arnaud Thimel <thimel@codelutin.com> Date: Mon Sep 23 15:17:35 2019 +0200 Set Xmx to 1Go for sonar job Summary of changes: .gitlab-ci.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) -- 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 i18n. See https://gitlab.nuiton.org/nuiton/i18n.git commit af3c3a7e855761f584258ef76a1a95c6fb2f9805 Author: Arnaud Thimel <thimel@codelutin.com> Date: Mon Sep 23 15:17:35 2019 +0200 Set Xmx to 1Go for sonar job --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f8f2199..d6e4267 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -29,6 +29,7 @@ sonar: image: registry.nuiton.org/codelutin/dockerfiles:maven-release-debian9-openjdk8-with-frequent-libraries stage: qa script: + - export MAVEN_OPTS="-Xmx1024m" - 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>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository i18n. See https://gitlab.nuiton.org/nuiton/i18n.git commit 639f2ec82cd33a78f5b0bda4c769f2f9a150182d Author: Arnaud Thimel <thimel@codelutin.com> Date: Mon Sep 23 15:19:13 2019 +0200 Use variables for Sonar build --- .gitlab-ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d6e4267..23fc700 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,3 +1,7 @@ +include: + - project: 'codelutin/ci' + file: '/ci.yml' + stages: - build - check-can-release @@ -30,7 +34,7 @@ sonar: stage: qa script: - export MAVEN_OPTS="-Xmx1024m" - - mvn clean package org.sonarsource.scanner.maven:sonar-maven-plugin:3.6.1.1688:sonar -Dsonar.host.url="https://qa.codelutin.com" + - mvn clean package org.sonarsource.scanner.maven:sonar-maven-plugin:$MAVEN_SONAR_PLUGIN_VERSION:sonar -Dsonar.host.url="$SONAR_INSTANCE_URL" 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