Start jobs for appc{,-deployment}
authorAndrew Grimberg <agrimberg@linuxfoundation.org>
Fri, 10 Feb 2017 21:10:09 +0000 (13:10 -0800)
committerAndrew Grimberg <agrimberg@linuxfoundation.org>
Fri, 10 Feb 2017 21:10:09 +0000 (13:10 -0800)
Change-Id: I3e733842ea71e97f8e1fdf9c76bcc0ab8b928636
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
jjb/appc/appc-deployment.yaml [new file with mode: 0644]
jjb/appc/appc.yaml [new file with mode: 0644]

diff --git a/jjb/appc/appc-deployment.yaml b/jjb/appc/appc-deployment.yaml
new file mode 100644 (file)
index 0000000..fdc48b6
--- /dev/null
@@ -0,0 +1,16 @@
+---
+
+- project:
+    name: appc-deployment
+    project-name: 'appc-deployment'
+    jobs:
+      - '{project-name}-{stream}-verify-java'
+      - '{project-name}-{stream}-merge-java'
+
+    project: 'appc/deployment'
+    stream:
+      - 'master':
+          branch: 'master'
+    mvn-settings: 'appc-deployment-settings'
+    files: '**'
+    archive-artifacts: ''
diff --git a/jjb/appc/appc.yaml b/jjb/appc/appc.yaml
new file mode 100644 (file)
index 0000000..b03a9b7
--- /dev/null
@@ -0,0 +1,16 @@
+---
+
+- project:
+    name: appc
+    project-name: 'appc'
+    jobs:
+      - '{project-name}-{stream}-verify-java'
+      - '{project-name}-{stream}-merge-java'
+
+    project: 'appc'
+    stream:
+      - 'master':
+          branch: 'master'
+    mvn-settings: 'appc-settings'
+    files: '**'
+    archive-artifacts: ''