summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Grimberg <agrimberg@linuxfoundation.org>2017-08-11 17:45:45 +0000
committerGerrit Code Review <gerrit@onap.org>2017-08-11 17:45:45 +0000
commit5415ab665af60683eec1863fe195e0590053084c (patch)
tree75bc72cff6cd99eb6eb38327372306f9a35a57cb
parent578e93b5b2e92f2c1859cf0290471e0d089b2ce2 (diff)
parent2d11eca7ed27aaa6ed704ba041e194869a8088e5 (diff)
Merge "initial jjb for dcaegen2-platform-configbinding"
-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'