Add new jobs 77/49277/2
authorMichael Lando <ml636r@att.com>
Sun, 27 May 2018 13:51:33 +0000 (16:51 +0300)
committerMichael Lando <ml636r@att.com>
Sun, 27 May 2018 13:52:17 +0000 (13:52 +0000)
Create jjb for onap ui
Define verify marge and sonar job

Change-Id: I005c36fb19fc6024374d5b759317d4906c686f83
Issue-ID: SDC-1373
Signed-off-by: Michael Lando <ml636r@att.com>
jjb/sdc/sdc-onap-ui.yaml [new file with mode: 0644]

diff --git a/jjb/sdc/sdc-onap-ui.yaml b/jjb/sdc/sdc-onap-ui.yaml
new file mode 100644 (file)
index 0000000..32c6bf5
--- /dev/null
@@ -0,0 +1,29 @@
+---
+
+- project:
+    name: sdc-onap-ui
+    project-name: 'sdc-onap-ui'
+    jobs:
+      - gerrit-maven-clm:
+      - '{project-name}-{stream}-verify-java'
+      - '{project-name}-{stream}-merge-java'
+    project: 'sdc/onap-ui'
+    stream:
+      - 'master':
+          branch: 'master'
+    mvn-settings: 'sdc-onap-ui-settings'
+    files: '**'
+    archive-artifacts: ''
+    build-timeout: 60
+- project:
+    name: sdc-onap-ui-sonar
+    jobs:
+      - gerrit-maven-sonar
+    cron: 'H 11 * * *'
+    build-node: ubuntu1604-builder-4c-4g
+    project: 'sdc/onap-ui'
+    project-name: 'sdc-onap-ui'
+    branch: 'master'
+    mvn-settings: 'sdc-onap-ui-settings'
+    mvn-goals: 'clean install'
+    mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'
\ No newline at end of file