summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcus G K Williams <marcus.williams@intel.com>2017-08-04 11:30:49 -0700
committerMarcus Williams <marcus.williams@intel.com>2017-08-04 22:55:33 +0000
commit9253561f816ccfa4575f48be6963859eea970466 (patch)
tree43dcea278cf12d8496ba441e794e7bd465e90345
parent59ac6c3b305ab12c042d9c258775abe46ee76dd5 (diff)
Add jjb for storage-esaas
Issue: CCSDK-17 Change-Id: If8bbed8c30d54f4301bb7c4e96ec1d9571444f33 Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
-rw-r--r--jjb/ccsdk/storage-esaas.yaml27
1 files changed, 27 insertions, 0 deletions
diff --git a/jjb/ccsdk/storage-esaas.yaml b/jjb/ccsdk/storage-esaas.yaml
new file mode 100644
index 000000000..5c91767aa
--- /dev/null
+++ b/jjb/ccsdk/storage-esaas.yaml
@@ -0,0 +1,27 @@
+---
+- project:
+ name: ccsdk-storage-esaas
+ project-name: 'ccsdk-storage-esaas'
+ 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/esaas'
+ stream:
+ - 'master':
+ branch: 'master'
+ - 'release-1.0.0':
+ branch: 'release-1.0.0'
+ mvn-settings: 'ccsdk-storage-esaas-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: ''