summaryrefslogtreecommitdiffstats
path: root/jjb/portal-sdk
diff options
context:
space:
mode:
authorChristopher Lott (cl778h) <clott@research.att.com>2017-10-25 09:14:21 -0400
committerChristopher Lott (cl778h) <clott@research.att.com>2017-10-25 09:16:21 -0400
commitcad11d663269e1e480d9bc7d9945df8272516e45 (patch)
tree29b570f97c726a32b499cd07d8ef1f70be3dfaaf /jjb/portal-sdk
parent5259a5ef582b8c4b9facc3d3324e909d27e0da02 (diff)
Stop building portal/sdk 1.3.0
This RC has licensed code so could not be released; remediated in release 1.3.1 which HAS been released. Also move the YML file out of portal and to the portal-sdk directory. Issue: PORTAL-134 Change-Id: Ib8a801174ed23f8de43d1aeaf3f527d7c8e872ad Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
Diffstat (limited to 'jjb/portal-sdk')
-rw-r--r--jjb/portal-sdk/portal-sdk.yaml29
1 files changed, 29 insertions, 0 deletions
diff --git a/jjb/portal-sdk/portal-sdk.yaml b/jjb/portal-sdk/portal-sdk.yaml
new file mode 100644
index 000000000..30e3ba391
--- /dev/null
+++ b/jjb/portal-sdk/portal-sdk.yaml
@@ -0,0 +1,29 @@
+---
+- project:
+ name: portal-sdk
+ project-name: 'portal-sdk'
+ subproject:
+ - 'ecomp-sdk':
+ pom: 'ecomp-sdk/pom.xml'
+ pattern: 'ecomp-sdk/**'
+ subproject-name: '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':
+ pom: 'ecomp-sdk/pom.xml'
+ site-pom: 'ecomp-sdk/pom.xml'
+ trigger-job: '{project-name}-{stream}-{subproject-name}-release-java-daily'
+
+ project: 'portal/sdk'
+ stream:
+ - 'master':
+ branch: 'master'
+ - 'release-1.3.1':
+ branch: 'release-1.3.1'
+ mvn-settings: 'portal-sdk-settings'
+ files: '**'
+ archive-artifacts: ''
+ build-node: ubuntu1604-basebuild-4c-4g