diff options
author | JulienBe <jb379x@att.com> | 2017-09-28 18:44:18 +0200 |
---|---|---|
committer | JulienBe <jb379x@att.com> | 2017-09-28 20:20:59 +0200 |
commit | 645951d221a46cbf3ec93c8a2b4e0b103e08d37e (patch) | |
tree | a60deb956954f7e8eb122297923e6a39dca50fa3 /jjb/so | |
parent | 046d5f03c2b65cabb302eadbeaf948a64f5363bb (diff) |
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 <jb379x@att.com>
Diffstat (limited to 'jjb/so')
-rw-r--r-- | jjb/so/so.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
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' |