summaryrefslogtreecommitdiffstats
path: root/jjb/ccsdk/parent.yaml
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2017-07-19 13:34:44 -0400
committerDan Timoney <dtimoney@att.com>2017-07-19 14:02:57 -0400
commit7eb66f68e5297ba7dbabce6cb2dca922935dfa4f (patch)
tree050e61f1c4c44732373b7809490cc1b6fa0ab0fd /jjb/ccsdk/parent.yaml
parent23c8a49a3bce44eccfddd117ce2346c067f8d7aa (diff)
Add Jenkins jobs for CCSDK
Add Jenkins jobs for CCSDK repos Issue: CCSDK-6 Change-Id: I77fc4355f1c2c54bc76b6ed2108968211966ad74 Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'jjb/ccsdk/parent.yaml')
-rw-r--r--jjb/ccsdk/parent.yaml27
1 files changed, 27 insertions, 0 deletions
diff --git a/jjb/ccsdk/parent.yaml b/jjb/ccsdk/parent.yaml
new file mode 100644
index 000000000..3cc952de6
--- /dev/null
+++ b/jjb/ccsdk/parent.yaml
@@ -0,0 +1,27 @@
+---
+- project:
+ name: ccsdk-parent
+ project-name: 'ccsdk-parent'
+ 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/parent'
+ stream:
+ - 'master':
+ branch: 'master'
+ - 'release-1.0.0':
+ branch: 'release-1.0.0'
+ mvn-settings: 'ccsdk-parent-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: ''