From 645951d221a46cbf3ec93c8a2b4e0b103e08d37e Mon Sep 17 00:00:00 2001 From: JulienBe Date: Thu, 28 Sep 2017 18:44:18 +0200 Subject: Add integration-tests to sonar for so add new template for this purpose Template allows to pass a maven profile Change-Id: I984d836bd053065d3d10b726aaca9851c2132fe7 Issue-ID: SO-168 Signed-off-by: JulienBe --- jjb/so/so.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'jjb/so/so.yaml') diff --git a/jjb/so/so.yaml b/jjb/so/so.yaml index 120a604d0..325b0fe1a 100644 --- a/jjb/so/so.yaml +++ b/jjb/so/so.yaml @@ -12,7 +12,8 @@ mvn-profile: 'with-integration-tests' build-node: 'ubuntu1604-docker-8c-8g' archive-artifacts: 'packages/arquillian-unit-tests/target/**/*' - - '{project-name}-{stream}-release-version-java-daily' + - '{project-name}-{stream}-release-version-profile-java-daily': + mvn-profile: 'with-integration-tests' - '{project-name}-{stream}-docker-version-java-daily': docker-pom: 'pom.xml' mvn-profile: 'docker' -- cgit 1.2.3-korg