Adding nonrtric-plt-rappmanager
Change-Id: I919b88ffd5a5cc8fdb7610972bc6859156c24d13
Signed-off-by: afenner <Andrew.fenner@est.tech>
diff --git a/jjb/oransc/nonrtric-plt-rappmanager/nonrtric-plt-rappmanager-push-upstream-jobs.yml b/jjb/oransc/nonrtric-plt-rappmanager/nonrtric-plt-rappmanager-push-upstream-jobs.yml
new file mode 100644
index 0000000..21a71ad
--- /dev/null
+++ b/jjb/oransc/nonrtric-plt-rappmanager/nonrtric-plt-rappmanager-push-upstream-jobs.yml
@@ -0,0 +1,26 @@
+---
+# ============LICENSE_START=======================================================
+# Copyright (C) 2023 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: nonrtric-plt-rappmanager-push-upstream
+ project: nonrtric/plt/rappmanager
+ project-name: nonrtric-plt-rappmanager
+
+ jobs:
+ - 'oransc-{project-name}-push-upstream'
\ No newline at end of file
diff --git a/jjb/oransc/nonrtric-plt-rappmanager/nonrtric-plt-rappmanager-rebase-jobs.yml b/jjb/oransc/nonrtric-plt-rappmanager/nonrtric-plt-rappmanager-rebase-jobs.yml
new file mode 100644
index 0000000..dc96e49
--- /dev/null
+++ b/jjb/oransc/nonrtric-plt-rappmanager/nonrtric-plt-rappmanager-rebase-jobs.yml
@@ -0,0 +1,26 @@
+---
+# ============LICENSE_START=======================================================
+# Copyright (C) 2023 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: nonrtric-plt-rappmanager-rebase
+ project: nonrtric/plt/rappmanager
+ project-name: nonrtric-plt-rappmanager
+
+ jobs:
+ - 'oransc-{project-name}-rebase'
\ No newline at end of file
diff --git a/jjb/oransc/nonrtric-plt-rappmanager/nonrtric-plt-rappmanager-verify-jobs.yaml b/jjb/oransc/nonrtric-plt-rappmanager/nonrtric-plt-rappmanager-verify-jobs.yaml
new file mode 100644
index 0000000..29b2dda
--- /dev/null
+++ b/jjb/oransc/nonrtric-plt-rappmanager/nonrtric-plt-rappmanager-verify-jobs.yaml
@@ -0,0 +1,30 @@
+---
+# ============LICENSE_START=======================================================
+# Copyright (C) 2023 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
+# nonrtric/plt/rappmanager project on Nordix Gerrit.
+
+- project:
+ name: nonrtric-plt-rappmanager-verify
+ project: nonrtric/plt/rappmanager
+ project-name: nonrtric-plt-rappmanager
+ jdk-version: java-17
+
+ jobs:
+ - 'oransc-{project-name}-verify-java'
\ No newline at end of file