summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Lott (cl778h) <clott@research.att.com>2017-07-19 08:44:59 -0400
committerChristopher Lott (cl778h) <clott@research.att.com>2017-07-19 13:32:59 -0400
commitf0b511a35d1bbc4775c6135bc3c8bd6946e53996 (patch)
tree399c6c8cbb8726a58b3487d932eda298e2a18296
parent23c8a49a3bce44eccfddd117ce2346c067f8d7aa (diff)
Create Jenkins jobs for portal/sdk
Adds portal/sdk build, formerly ecompsdkos; does not delete the old ecompsdkos config Add prefix and move issue number to footer of commit message. Issue: PORTAL-19 Change-Id: I12f6b6835d0f617e735bace86fb1b56ff550acee Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
-rw-r--r--jjb/portal/portal-sdk.yaml24
1 files changed, 24 insertions, 0 deletions
diff --git a/jjb/portal/portal-sdk.yaml b/jjb/portal/portal-sdk.yaml
new file mode 100644
index 000000000..24935b16d
--- /dev/null
+++ b/jjb/portal/portal-sdk.yaml
@@ -0,0 +1,24 @@
+---
+- project:
+ name: portal-sdk
+ project-name: 'portal-sdk'
+ subproject:
+ - 'ecomp-sdk':
+ pom: 'ecomp-sdk/pom.xml'
+ pattern: 'ecomp-sdk/**'
+
+ jobs:
+ - '{project-name}-{stream}-{subproject}-verify-java'
+ - '{project-name}-{stream}-{subproject}-merge-java'
+ - '{project-name}-{stream}-{subproject}-release-java-daily'
+ - '{project-name}-{stream}-stage-site-java':
+ site-pom: 'ecomp-sdk/pom.xml'
+ trigger-job: '{project-name}-{stream}-{subproject}-release-java-daily'
+
+ project: 'portal/sdk'
+ stream:
+ - 'master':
+ branch: 'master'
+ mvn-settings: 'portal-sdk-settings'
+ files: '**'
+ archive-artifacts: ''