branch develop updated (b839b9f -> e36a0a2)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository bow. See https://gitlab.nuiton.org/chorem/bow.git from b839b9f Disable redmine changes generation new e36a0a2 Use variables for Sonar build 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 e36a0a2b962e03ba63f2bac598a5f71ceb6184a5 Author: Arnaud Thimel <thimel@codelutin.com> Date: Mon Sep 23 15:38:29 2019 +0200 Use variables for Sonar build Summary of changes: .gitlab-ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository bow. See https://gitlab.nuiton.org/chorem/bow.git commit e36a0a2b962e03ba63f2bac598a5f71ceb6184a5 Author: Arnaud Thimel <thimel@codelutin.com> Date: Mon Sep 23 15:38:29 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 f8f2199..5916e38 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 @@ -29,7 +33,7 @@ sonar: image: registry.nuiton.org/codelutin/dockerfiles:maven-release-debian9-openjdk8-with-frequent-libraries stage: qa script: - - 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 chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
chorem.org scm