ONAP: Adding CCSDK repos to ONAP

Added jenkins rebase, java verify and push-upstream jobs for:
- ccsdk/dashboard
- ccsdk/distribution
- ccsdk/features
- ccsdk/parent
- ccsdk/platform/blueprints
- ccsdk/platform/nbapi
- ccsdk/sli/adaptors
- ccsdk/sli/core
- ccsdk/sli/northbound
- ccsdk/sli/plugins
- ccsdk/storage/esaas
- ccsdk/storage/pgaas
- ccsdk/utils

Change-Id: I822c64c769928db64984cc55c102e085866abf86
diff --git a/jjb/onap/ccsdk-dashboard/ccsdk-dashboard-push-upstream-jobs.yml b/jjb/onap/ccsdk-dashboard/ccsdk-dashboard-push-upstream-jobs.yml
new file mode 100644
index 0000000..ff9f9f7
--- /dev/null
+++ b/jjb/onap/ccsdk-dashboard/ccsdk-dashboard-push-upstream-jobs.yml
@@ -0,0 +1,26 @@
+---
+# ============LICENSE_START=======================================================
+#  Copyright (C) 2019 Nordix Foundation.
+# ================================================================================
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#      http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# SPDX-License-Identifier: Apache-2.0
+# ============LICENSE_END=========================================================
+#
+- project:
+    name: ccsdk-dashboard-push-upstream
+    project: ccsdk/dashboard
+    project-name: ccsdk-dashboard
+
+    jobs:
+      - 'onap-{project-name}-push-upstream'
\ No newline at end of file
diff --git a/jjb/onap/ccsdk-dashboard/ccsdk-dashboard-rebase-jobs.yml b/jjb/onap/ccsdk-dashboard/ccsdk-dashboard-rebase-jobs.yml
new file mode 100644
index 0000000..01524c0
--- /dev/null
+++ b/jjb/onap/ccsdk-dashboard/ccsdk-dashboard-rebase-jobs.yml
@@ -0,0 +1,26 @@
+---
+# ============LICENSE_START=======================================================
+#  Copyright (C) 2019 Nordix Foundation.
+# ================================================================================
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#      http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# SPDX-License-Identifier: Apache-2.0
+# ============LICENSE_END=========================================================
+#
+- project:
+    name: ccsdk-dashboard-rebase
+    project: ccsdk/dashboard
+    project-name: ccsdk-dashboard
+
+    jobs:
+      - 'onap-{project-name}-rebase'
\ No newline at end of file
diff --git a/jjb/onap/ccsdk-dashboard/ccsdk-dashboard-verify-jobs.yaml b/jjb/onap/ccsdk-dashboard/ccsdk-dashboard-verify-jobs.yaml
new file mode 100644
index 0000000..96340b5
--- /dev/null
+++ b/jjb/onap/ccsdk-dashboard/ccsdk-dashboard-verify-jobs.yaml
@@ -0,0 +1,32 @@
+---
+# ============LICENSE_START=======================================================
+#  Copyright (C) 2019 Nordix Foundation.
+# ================================================================================
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#      http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# SPDX-License-Identifier: Apache-2.0
+# ============LICENSE_END=========================================================
+#
+# this job gets triggered when a change is proposed to
+# ccsdk/dashboard project on Nordix Gerrit.
+- project:
+    name: ccsdk-dashboard-verify
+    project: ccsdk/dashboard
+    project-name: ccsdk-dashboard
+
+    stream:
+      - master:
+          branch: '{stream}'
+
+    jobs:
+      - 'onap-{project-name}-{stream}-verify-java'