Merge "remove dmaap-messagerouter-mirroragent as not needed"
diff --git a/jjb/onap/dmaap-messagerouter-mirroragent/dmaap-messagerouter-mirroragent-push-upstream-jobs.yaml b/jjb/onap/dmaap-messagerouter-mirroragent/dmaap-messagerouter-mirroragent-push-upstream-jobs.yaml
deleted file mode 100644
index 5cd3a1b..0000000
--- a/jjb/onap/dmaap-messagerouter-mirroragent/dmaap-messagerouter-mirroragent-push-upstream-jobs.yaml
+++ /dev/null
@@ -1,27 +0,0 @@
----
-# ============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 push-upstream is commented on a change on Nordix Gerrit.
-- project:
- name: dmaap-messagerouter-mirroragent-push-upstream
- project: dmaap/messagerouter/mirroragent
- project-name: dmaap-messagerouter-mirroragent
-
- jobs:
- - 'onap-{project-name}-push-upstream'
diff --git a/jjb/onap/dmaap-messagerouter-mirroragent/dmaap-messagerouter-mirroragent-rebase-jobs.yaml b/jjb/onap/dmaap-messagerouter-mirroragent/dmaap-messagerouter-mirroragent-rebase-jobs.yaml
deleted file mode 100644
index c4cbd52..0000000
--- a/jjb/onap/dmaap-messagerouter-mirroragent/dmaap-messagerouter-mirroragent-rebase-jobs.yaml
+++ /dev/null
@@ -1,28 +0,0 @@
----
-# ============LICENSE_START=======================================================
-# Copyright (C) 2018 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 merged to
-# dmaap/messagerouter/mirroragent project on ONAP Gerrit.
-- project:
- name: dmaap-messagerouter-mirroragent-rebase
- project: dmaap/messagerouter/mirroragent
- project-name: dmaap-messagerouter-mirroragent
-
- jobs:
- - 'onap-{project-name}-rebase'
diff --git a/jjb/onap/dmaap-messagerouter-mirroragent/dmaap-messagerouter-mirroragent-verify-jobs.yaml b/jjb/onap/dmaap-messagerouter-mirroragent/dmaap-messagerouter-mirroragent-verify-jobs.yaml
deleted file mode 100644
index 2f54c96..0000000
--- a/jjb/onap/dmaap-messagerouter-mirroragent/dmaap-messagerouter-mirroragent-verify-jobs.yaml
+++ /dev/null
@@ -1,33 +0,0 @@
----
-# ============LICENSE_START=======================================================
-# Copyright (C) 2018-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
-# dmaap/messagerouter/mirroragent- project on Nordix Gerrit.
-- project:
- name: dmaap-messagerouter-mirroragent-verify
- project: dmaap/messagerouter/mirroragent
- project-name: dmaap-messagerouter-mirroragent
-
- stream:
- - master:
- branch: '{stream}'
- jdk-version: java-8
-
- jobs:
- - 'onap-{project-name}-{stream}-verify-java'