Add jjb for ccsdk-storage-pgaas 41/6741/2
authorMarcus G K Williams <marcus.williams@intel.com>
Fri, 4 Aug 2017 18:21:55 +0000 (11:21 -0700)
committerMarcus Williams <marcus.williams@intel.com>
Fri, 4 Aug 2017 22:56:15 +0000 (22:56 +0000)
Issue: CCSDK-18
Change-Id: I95f125df4fc1432aa8fc9e305a4e037f65a68edf
Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
jjb/ccsdk/storage-pgaas.yaml [new file with mode: 0644]

diff --git a/jjb/ccsdk/storage-pgaas.yaml b/jjb/ccsdk/storage-pgaas.yaml
new file mode 100644 (file)
index 0000000..e24f67f
--- /dev/null
@@ -0,0 +1,27 @@
+---
+- project:
+    name: ccsdk-storage-pgaas
+    project-name: 'ccsdk-storage-pgaas'
+    jobs:
+      - '{project-name}-{stream}-clm'
+      - '{project-name}-{stream}-verify-java'
+      - '{project-name}-{stream}-merge-java'
+      - '{project-name}-{stream}-release-version-java-daily'
+      - '{project-name}-{stream}-stage-site-java':
+          site-pom: 'pom.xml'
+          trigger-job: '{project-name}-{stream}-release-version-java-daily'
+
+    project: 'ccsdk/storage/pgaas'
+    stream:
+      - 'master':
+          branch: 'master'
+      - 'release-1.0.0':
+          branch: 'release-1.0.0'
+    mvn-settings: 'ccsdk-storage-pgaas-settings'
+    # due to a strange macro / variable translation problem this needs to be
+    # passed as a string block to properly get the properties correctly defined
+    # in the job
+    maven-deploy-properties: |
+      deployAtEnd=true
+    files: '**'
+    archive-artifacts: ''