diff options
author | JulienBe <jb379x@att.com> | 2017-04-12 04:52:40 -0700 |
---|---|---|
committer | JulienBe <jb379x@att.com> | 2017-04-12 05:00:48 -0700 |
commit | ef823f13a794cb26a2230bc42d9d09fce616ec26 (patch) | |
tree | 8ac1df06c91ac454970dfd513283137100f078b5 /jjb/mso | |
parent | 5f16a633eeabfe738d1400d77d4773653ad6cd48 (diff) |
New templates : merge and verify with profile
Adding new merge and verify job templates
in order to use a maven profile
Change-Id: I016a1064af4c37a4f8f34435f837e5c8b25662b9
Signed-off-by: JulienBe <jb379x@att.com>
Diffstat (limited to 'jjb/mso')
-rw-r--r-- | jjb/mso/mso.yaml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/jjb/mso/mso.yaml b/jjb/mso/mso.yaml index 548b79bde..f7cfcb384 100644 --- a/jjb/mso/mso.yaml +++ b/jjb/mso/mso.yaml @@ -4,8 +4,10 @@ name: mso project-name: 'mso' jobs: - - '{project-name}-{stream}-verify-java' - - '{project-name}-{stream}-merge-java' + - '{project-name}-{stream}-verify-profile-java': + mvn-profile: 'with-integration-tests' + - '{project-name}-{stream}-merge-profile-java': + mvn-profile: 'with-integration-tests' - '{project-name}-{stream}-release-version-java-daily' - '{project-name}-{stream}-docker-version-java-daily': docker-pom: 'pom.xml' |