diff options
author | Anil Belur <abelur@linuxfoundation.org> | 2018-10-23 21:57:43 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-10-23 21:57:43 +0000 |
commit | 1593b40df3df0be6a306f87a87a1aa67af8d5b4f (patch) | |
tree | 1e617169138729055ed9c929171a06163038791d /jjb/holmes/holmes-dsa.yaml | |
parent | 70ab292a7fb3464b837676b86841b734a0b59bf4 (diff) | |
parent | 507031a14877a56f7ad8e766efe58e36686df82d (diff) |
Merge "HOLMES-Refactor CLM project block"
Diffstat (limited to 'jjb/holmes/holmes-dsa.yaml')
-rw-r--r-- | jjb/holmes/holmes-dsa.yaml | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/jjb/holmes/holmes-dsa.yaml b/jjb/holmes/holmes-dsa.yaml index 8a014be81..79b4fe663 100644 --- a/jjb/holmes/holmes-dsa.yaml +++ b/jjb/holmes/holmes-dsa.yaml @@ -3,7 +3,6 @@ name: holmes-dsa project-name: 'holmes-dsa' jobs: - - gerrit-maven-clm - '{project-name}-{stream}-verify-java' - '{project-name}-{stream}-merge-java' - '{project-name}-{stream}-release-version-java-daily' @@ -33,3 +32,12 @@ mvn-settings: 'holmes-dsa-settings' mvn-goals: 'clean install' mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' + +- project: + name: holmes-dsa-clm + jobs: + - gerrit-maven-clm + project: holmes/dsa + project-name: 'holmes-dsa' + branch: 'master' + mvn-settings: 'holmes-dsa-settings' |