summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
authorLusheng Ji <lji@research.att.com>2017-08-11 03:57:00 +0000
committerLusheng Ji <lji@research.att.com>2017-08-11 17:18:54 +0000
commit2d11eca7ed27aaa6ed704ba041e194869a8088e5 (patch)
treef5c3d015a46ed2f2930a949a31e80bab3c94f3d8 /jjb
parentf3192ebb2e67daca4c8fda99bb9f1c6c0a117f01 (diff)
initial jjb for dcaegen2-platform-configbinding
Issue-Id: DCAEGEN2-47 Change-Id: Idf3257b310531bb66153ba6e592422a3d41332fb Signed-off-by: Lusheng Ji <lji@research.att.com>
Diffstat (limited to 'jjb')
-rw-r--r--jjb/dcaegen2/dcaegen2-platform-configbinding.yaml19
1 files changed, 19 insertions, 0 deletions
diff --git a/jjb/dcaegen2/dcaegen2-platform-configbinding.yaml b/jjb/dcaegen2/dcaegen2-platform-configbinding.yaml
new file mode 100644
index 000000000..df4ba7a17
--- /dev/null
+++ b/jjb/dcaegen2/dcaegen2-platform-configbinding.yaml
@@ -0,0 +1,19 @@
+---
+- project:
+ name: dcaegen2-platform-configbinding
+ project-name: 'dcaegen2-platform-configbinding'
+ subproject:
+ - platform-configbinding:
+ path: '.'
+ pattern: '**'
+ jobs:
+ - '{project-name}-{stream}-{subproject}-verify-python'
+
+ project: 'dcaegen2/platform/configbinding'
+
+ stream:
+ - 'master':
+ branch: 'master'
+ - 'release-1.0.0':
+ branch: 'release-1.0.0'
+ mvn-settings: 'dcaegen2-platform-configbinding-settings'