summaryrefslogtreecommitdiffstats
path: root/jjb/dcaegen2/dcaegen2-platform-mod-designtool.yaml
diff options
context:
space:
mode:
authorVijay Venkatesh Kumar <vv770d@att.com>2019-12-21 03:55:23 +0000
committerVijay Venkatesh Kumar <vv770d@att.com>2019-12-21 04:00:19 +0000
commit71081422ce2a3b1b0c33599e5acc7dc137f53725 (patch)
tree83422ff04663b698cd5def3e9df4bbe33da099de /jjb/dcaegen2/dcaegen2-platform-mod-designtool.yaml
parentaafd6004d4c0d28cd98a46f363c15145272c9541 (diff)
Add mod designtool jjb
Include sonar job for genproc Change-Id: I30656eab9252d9645ac11c98b4251a09ceb7c43c Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-1861 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Diffstat (limited to 'jjb/dcaegen2/dcaegen2-platform-mod-designtool.yaml')
-rw-r--r--jjb/dcaegen2/dcaegen2-platform-mod-designtool.yaml34
1 files changed, 34 insertions, 0 deletions
diff --git a/jjb/dcaegen2/dcaegen2-platform-mod-designtool.yaml b/jjb/dcaegen2/dcaegen2-platform-mod-designtool.yaml
new file mode 100644
index 000000000..2c79e2b1e
--- /dev/null
+++ b/jjb/dcaegen2/dcaegen2-platform-mod-designtool.yaml
@@ -0,0 +1,34 @@
+---
+- project:
+ name: dcaegen2-platform-mod-designtool
+ project-name: dcaegen2-platform-mod
+ # git repo
+ project: dcaegen2/platform
+ jobs:
+ - '{project-name}-{stream}-{subproject}-verify-java'
+ - '{project-name}-{stream}-{subproject}-merge-java':
+ mvn-goals: 'clean install'
+ subproject:
+ - designtool:
+ pom: 'mod/designtool/pom.xml'
+ pattern: 'mod/designtool/**'
+ stream:
+ - 'master':
+ branch: 'master'
+ mvn-settings: dcaegen2-platform-settings
+ files: '**'
+ archive-artifacts: ''
+ build-node: ubuntu1604-docker-8c-8g
+
+
+- project:
+ name: dcaegen2-platform-mod-designtool-clm
+ jobs:
+ - gerrit-maven-clm
+ nexus-iq-namespace: 'onap-'
+ project: dcaegen2/utils
+ build-node: ubuntu1604-docker-8c-8g
+ project-name: 'dcaegen2-platform-mod-designtool'
+ branch: 'master'
+ mvn-settings: 'dcaegen2-platform-mod-designtool-settings'
+