ONAP: Adding AAF repos to ONAP 82/2482/2
authorrobert.tomczyk <robert.tomczyk@est.tech>
Wed, 2 Oct 2019 12:30:25 +0000 (13:30 +0100)
committerrobert.tomczyk <robert.tomczyk@est.tech>
Wed, 2 Oct 2019 12:35:43 +0000 (13:35 +0100)
Added jenkins rebase, java verify
- and push-upstream jobs for:
- aaf/authz
- aaf/cadi
- aaf/inno
- aaf/luaplugin
- aaf/oom
- aaf/sms
- aaf/sshsm
- sdc/sdc-workflow-designer

Change-Id: Ia8d7a6fe5b4af23690fc12d4eb84e3632b6f9175

21 files changed:
jjb/onap/aaf-authz/aaf-authz-push-upstream-jobs.yml [new file with mode: 0644]
jjb/onap/aaf-authz/aaf-authz-rebase-jobs.yml [new file with mode: 0644]
jjb/onap/aaf-authz/aaf-authz-verify-jobs.yaml [new file with mode: 0644]
jjb/onap/aaf-cadi/aaf-cadi-push-upstream-jobs.yml [new file with mode: 0644]
jjb/onap/aaf-cadi/aaf-cadi-rebase-jobs.yml [new file with mode: 0644]
jjb/onap/aaf-cadi/aaf-cadi-verify-jobs.yaml [new file with mode: 0644]
jjb/onap/aaf-inno/aaf-inno-push-upstream-jobs.yml [new file with mode: 0644]
jjb/onap/aaf-inno/aaf-inno-rebase-jobs.yml [new file with mode: 0644]
jjb/onap/aaf-inno/aaf-inno-verify-jobs.yaml [new file with mode: 0644]
jjb/onap/aaf-luaplugin/aaf-luaplugin-push-upstream-jobs.yml [new file with mode: 0644]
jjb/onap/aaf-luaplugin/aaf-luaplugin-rebase-jobs.yml [new file with mode: 0644]
jjb/onap/aaf-luaplugin/aaf-luaplugin-verify-jobs.yaml [new file with mode: 0644]
jjb/onap/aaf-oom/aaf-oom-push-upstream-jobs.yml [new file with mode: 0644]
jjb/onap/aaf-oom/aaf-oom-rebase-jobs.yml [new file with mode: 0644]
jjb/onap/aaf-sms/aaf-sms-push-upstream-jobs.yml [new file with mode: 0644]
jjb/onap/aaf-sms/aaf-sms-rebase-jobs.yml [new file with mode: 0644]
jjb/onap/aaf-sshsm/aaf-sshsm-push-upstream-jobs.yml [new file with mode: 0644]
jjb/onap/aaf-sshsm/aaf-sshsm-rebase-jobs.yml [new file with mode: 0644]
jjb/onap/sdc-sdc-workflow-designer/sdc-sdc-workflow-designer-push-upstream-jobs.yml [new file with mode: 0644]
jjb/onap/sdc-sdc-workflow-designer/sdc-sdc-workflow-designer-rebase-jobs.yml [new file with mode: 0644]
jjb/onap/sdc-sdc-workflow-designer/sdc-sdc-workflow-designer-verify-jobs.yaml [new file with mode: 0644]

diff --git a/jjb/onap/aaf-authz/aaf-authz-push-upstream-jobs.yml b/jjb/onap/aaf-authz/aaf-authz-push-upstream-jobs.yml
new file mode 100644 (file)
index 0000000..c630b74
--- /dev/null
@@ -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: aaf-authz-push-upstream
+    project: aaf/authz
+    project-name: aaf-authz
+
+    jobs:
+      - 'onap-{project-name}-push-upstream'
\ No newline at end of file
diff --git a/jjb/onap/aaf-authz/aaf-authz-rebase-jobs.yml b/jjb/onap/aaf-authz/aaf-authz-rebase-jobs.yml
new file mode 100644 (file)
index 0000000..132160b
--- /dev/null
@@ -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: aaf-authz-rebase
+    project: aaf/authz
+    project-name: aaf-authz
+
+    jobs:
+      - 'onap-{project-name}-rebase'
\ No newline at end of file
diff --git a/jjb/onap/aaf-authz/aaf-authz-verify-jobs.yaml b/jjb/onap/aaf-authz/aaf-authz-verify-jobs.yaml
new file mode 100644 (file)
index 0000000..a4f68ce
--- /dev/null
@@ -0,0 +1,33 @@
+---
+# ============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
+# aaf/authz project on Nordix Gerrit.
+
+- project:
+    name: aaf-authz-verify
+    project: aaf/authz
+    project-name: aaf-authz
+
+    stream:
+      - 'master':
+          branch: '{stream}'
+
+    jobs:
+      - 'onap-{project-name}-{stream}-verify-java'
\ No newline at end of file
diff --git a/jjb/onap/aaf-cadi/aaf-cadi-push-upstream-jobs.yml b/jjb/onap/aaf-cadi/aaf-cadi-push-upstream-jobs.yml
new file mode 100644 (file)
index 0000000..9c7965d
--- /dev/null
@@ -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: aaf-cadi-push-upstream
+    project: aaf/cadi
+    project-name: aaf-cadi
+
+    jobs:
+      - 'onap-{project-name}-push-upstream'
\ No newline at end of file
diff --git a/jjb/onap/aaf-cadi/aaf-cadi-rebase-jobs.yml b/jjb/onap/aaf-cadi/aaf-cadi-rebase-jobs.yml
new file mode 100644 (file)
index 0000000..4053b16
--- /dev/null
@@ -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: aaf-cadi-rebase
+    project: aaf/cadi
+    project-name: aaf-cadi
+
+    jobs:
+      - 'onap-{project-name}-rebase'
\ No newline at end of file
diff --git a/jjb/onap/aaf-cadi/aaf-cadi-verify-jobs.yaml b/jjb/onap/aaf-cadi/aaf-cadi-verify-jobs.yaml
new file mode 100644 (file)
index 0000000..d948b14
--- /dev/null
@@ -0,0 +1,33 @@
+---
+# ============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
+# aaf/cadi project on Nordix Gerrit.
+
+- project:
+    name: aaf-cadi-verify
+    project: aaf/cadi
+    project-name: aaf-cadi
+
+    stream:
+      - 'master':
+          branch: '{stream}'
+
+    jobs:
+      - 'onap-{project-name}-{stream}-verify-java'
\ No newline at end of file
diff --git a/jjb/onap/aaf-inno/aaf-inno-push-upstream-jobs.yml b/jjb/onap/aaf-inno/aaf-inno-push-upstream-jobs.yml
new file mode 100644 (file)
index 0000000..45e954c
--- /dev/null
@@ -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: aaf-inno-push-upstream
+    project: aaf/inno
+    project-name: aaf-inno
+
+    jobs:
+      - 'onap-{project-name}-push-upstream'
\ No newline at end of file
diff --git a/jjb/onap/aaf-inno/aaf-inno-rebase-jobs.yml b/jjb/onap/aaf-inno/aaf-inno-rebase-jobs.yml
new file mode 100644 (file)
index 0000000..4b683db
--- /dev/null
@@ -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: aaf-inno-rebase
+    project: aaf/inno
+    project-name: aaf-inno
+
+    jobs:
+      - 'onap-{project-name}-rebase'
\ No newline at end of file
diff --git a/jjb/onap/aaf-inno/aaf-inno-verify-jobs.yaml b/jjb/onap/aaf-inno/aaf-inno-verify-jobs.yaml
new file mode 100644 (file)
index 0000000..eecb29a
--- /dev/null
@@ -0,0 +1,33 @@
+---
+# ============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
+# aaf/inno project on Nordix Gerrit.
+
+- project:
+    name: aaf-inno-verify
+    project: aaf/inno
+    project-name: aaf-inno
+
+    stream:
+      - 'master':
+          branch: '{stream}'
+
+    jobs:
+      - 'onap-{project-name}-{stream}-verify-java'
\ No newline at end of file
diff --git a/jjb/onap/aaf-luaplugin/aaf-luaplugin-push-upstream-jobs.yml b/jjb/onap/aaf-luaplugin/aaf-luaplugin-push-upstream-jobs.yml
new file mode 100644 (file)
index 0000000..87d6e28
--- /dev/null
@@ -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: aaf-luaplugin-push-upstream
+    project: aaf/luaplugin
+    project-name: aaf-luaplugin
+
+    jobs:
+      - 'onap-{project-name}-push-upstream'
\ No newline at end of file
diff --git a/jjb/onap/aaf-luaplugin/aaf-luaplugin-rebase-jobs.yml b/jjb/onap/aaf-luaplugin/aaf-luaplugin-rebase-jobs.yml
new file mode 100644 (file)
index 0000000..9860df8
--- /dev/null
@@ -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: aaf-luaplugin-rebase
+    project: aaf/luaplugin
+    project-name: aaf-luaplugin
+
+    jobs:
+      - 'onap-{project-name}-rebase'
\ No newline at end of file
diff --git a/jjb/onap/aaf-luaplugin/aaf-luaplugin-verify-jobs.yaml b/jjb/onap/aaf-luaplugin/aaf-luaplugin-verify-jobs.yaml
new file mode 100644 (file)
index 0000000..cb89bce
--- /dev/null
@@ -0,0 +1,33 @@
+---
+# ============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
+# aaf/luaplugin project on Nordix Gerrit.
+
+- project:
+    name: aaf-luaplugin-verify
+    project: aaf/luaplugin
+    project-name: aaf-luaplugin
+
+    stream:
+      - 'master':
+          branch: '{stream}'
+
+    jobs:
+      - 'onap-{project-name}-{stream}-verify-java'
\ No newline at end of file
diff --git a/jjb/onap/aaf-oom/aaf-oom-push-upstream-jobs.yml b/jjb/onap/aaf-oom/aaf-oom-push-upstream-jobs.yml
new file mode 100644 (file)
index 0000000..e533667
--- /dev/null
@@ -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: aaf-oom-push-upstream
+    project: aaf/oom
+    project-name: aaf-oom
+
+    jobs:
+      - 'onap-{project-name}-push-upstream'
\ No newline at end of file
diff --git a/jjb/onap/aaf-oom/aaf-oom-rebase-jobs.yml b/jjb/onap/aaf-oom/aaf-oom-rebase-jobs.yml
new file mode 100644 (file)
index 0000000..2545af6
--- /dev/null
@@ -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: aaf-oom-rebase
+    project: aaf/oom
+    project-name: aaf-oom
+
+    jobs:
+      - 'onap-{project-name}-rebase'
\ No newline at end of file
diff --git a/jjb/onap/aaf-sms/aaf-sms-push-upstream-jobs.yml b/jjb/onap/aaf-sms/aaf-sms-push-upstream-jobs.yml
new file mode 100644 (file)
index 0000000..5bddb4a
--- /dev/null
@@ -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: aaf-sms-push-upstream
+    project: aaf/sms
+    project-name: aaf-sms
+
+    jobs:
+      - 'onap-{project-name}-push-upstream'
\ No newline at end of file
diff --git a/jjb/onap/aaf-sms/aaf-sms-rebase-jobs.yml b/jjb/onap/aaf-sms/aaf-sms-rebase-jobs.yml
new file mode 100644 (file)
index 0000000..68f69e8
--- /dev/null
@@ -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: aaf-sms-rebase
+    project: aaf/sms
+    project-name: aaf-sms
+
+    jobs:
+      - 'onap-{project-name}-rebase'
\ No newline at end of file
diff --git a/jjb/onap/aaf-sshsm/aaf-sshsm-push-upstream-jobs.yml b/jjb/onap/aaf-sshsm/aaf-sshsm-push-upstream-jobs.yml
new file mode 100644 (file)
index 0000000..fd24d01
--- /dev/null
@@ -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: aaf-sshsm-push-upstream
+    project: aaf/sshsm
+    project-name: aaf-sshsm
+
+    jobs:
+      - 'onap-{project-name}-push-upstream'
\ No newline at end of file
diff --git a/jjb/onap/aaf-sshsm/aaf-sshsm-rebase-jobs.yml b/jjb/onap/aaf-sshsm/aaf-sshsm-rebase-jobs.yml
new file mode 100644 (file)
index 0000000..b458d7c
--- /dev/null
@@ -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: aaf-sshsm-rebase
+    project: aaf/sshsm
+    project-name: aaf-sshsm
+
+    jobs:
+      - 'onap-{project-name}-rebase'
\ No newline at end of file
diff --git a/jjb/onap/sdc-sdc-workflow-designer/sdc-sdc-workflow-designer-push-upstream-jobs.yml b/jjb/onap/sdc-sdc-workflow-designer/sdc-sdc-workflow-designer-push-upstream-jobs.yml
new file mode 100644 (file)
index 0000000..360979e
--- /dev/null
@@ -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: sdc-sdc-workflow-designer-push-upstream
+    project: sdc/sdc-workflow-designer
+    project-name: sdc-sdc-workflow-designer
+
+    jobs:
+      - 'onap-{project-name}-push-upstream'
\ No newline at end of file
diff --git a/jjb/onap/sdc-sdc-workflow-designer/sdc-sdc-workflow-designer-rebase-jobs.yml b/jjb/onap/sdc-sdc-workflow-designer/sdc-sdc-workflow-designer-rebase-jobs.yml
new file mode 100644 (file)
index 0000000..077fcdb
--- /dev/null
@@ -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: sdc-sdc-workflow-designer-rebase
+    project: sdc/sdc-workflow-designer
+    project-name: sdc-sdc-workflow-designer
+
+    jobs:
+      - 'onap-{project-name}-rebase'
\ No newline at end of file
diff --git a/jjb/onap/sdc-sdc-workflow-designer/sdc-sdc-workflow-designer-verify-jobs.yaml b/jjb/onap/sdc-sdc-workflow-designer/sdc-sdc-workflow-designer-verify-jobs.yaml
new file mode 100644 (file)
index 0000000..496337d
--- /dev/null
@@ -0,0 +1,33 @@
+---
+# ============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
+# sdc/sdc-workflow-designer project on Nordix Gerrit.
+
+- project:
+    name: sdc-sdc-workflow-designer-verify
+    project: sdc/sdc-workflow-designer
+    project-name: sdc-sdc-workflow-designer
+
+    stream:
+      - 'master':
+          branch: '{stream}'
+
+    jobs:
+      - 'onap-{project-name}-{stream}-verify-java'
\ No newline at end of file