summaryrefslogtreecommitdiffstats
path: root/jjb/ccsdk
diff options
context:
space:
mode:
authorMarcus G K Williams <marcus.williams@intel.com>2017-08-04 11:21:55 -0700
committerMarcus Williams <marcus.williams@intel.com>2017-08-04 22:56:15 +0000
commit334e3cc2e5829a7af71184c877824790d2023ae2 (patch)
tree2e13f6b714da20b15db9d86193fc4fce523068fa /jjb/ccsdk
parent59ac6c3b305ab12c042d9c258775abe46ee76dd5 (diff)
Add jjb for ccsdk-storage-pgaas
Issue: CCSDK-18 Change-Id: I95f125df4fc1432aa8fc9e305a4e037f65a68edf Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
Diffstat (limited to 'jjb/ccsdk')
-rw-r--r--jjb/ccsdk/storage-pgaas.yaml27
1 files changed, 27 insertions, 0 deletions
diff --git a/jjb/ccsdk/storage-pgaas.yaml b/jjb/ccsdk/storage-pgaas.yaml
new file mode 100644
index 000000000..e24f67fd2
--- /dev/null
+++ b/jjb/ccsdk/storage-pgaas.yaml
@@ -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: ''