From: robert.tomczyk Date: Wed, 2 Oct 2019 12:30:25 +0000 (+0100) Subject: ONAP: Adding AAF repos to ONAP X-Git-Url: https://gerrit.nordix.org/gitweb?a=commitdiff_plain;h=682d5c168597611904783b3d04d6da89176e0600;hp=-c;p=infra%2Fcicd.git ONAP: Adding AAF repos to ONAP 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 --- 682d5c168597611904783b3d04d6da89176e0600 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 index 00000000..c630b740 --- /dev/null +++ b/jjb/onap/aaf-authz/aaf-authz-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: 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 index 00000000..132160bf --- /dev/null +++ b/jjb/onap/aaf-authz/aaf-authz-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: 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 index 00000000..a4f68cec --- /dev/null +++ b/jjb/onap/aaf-authz/aaf-authz-verify-jobs.yaml @@ -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 index 00000000..9c7965d2 --- /dev/null +++ b/jjb/onap/aaf-cadi/aaf-cadi-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: 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 index 00000000..4053b16a --- /dev/null +++ b/jjb/onap/aaf-cadi/aaf-cadi-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: 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 index 00000000..d948b144 --- /dev/null +++ b/jjb/onap/aaf-cadi/aaf-cadi-verify-jobs.yaml @@ -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 index 00000000..45e954cd --- /dev/null +++ b/jjb/onap/aaf-inno/aaf-inno-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: 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 index 00000000..4b683db4 --- /dev/null +++ b/jjb/onap/aaf-inno/aaf-inno-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: 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 index 00000000..eecb29a4 --- /dev/null +++ b/jjb/onap/aaf-inno/aaf-inno-verify-jobs.yaml @@ -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 index 00000000..87d6e284 --- /dev/null +++ b/jjb/onap/aaf-luaplugin/aaf-luaplugin-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: 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 index 00000000..9860df84 --- /dev/null +++ b/jjb/onap/aaf-luaplugin/aaf-luaplugin-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: 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 index 00000000..cb89bceb --- /dev/null +++ b/jjb/onap/aaf-luaplugin/aaf-luaplugin-verify-jobs.yaml @@ -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 index 00000000..e5336679 --- /dev/null +++ b/jjb/onap/aaf-oom/aaf-oom-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: 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 index 00000000..2545af66 --- /dev/null +++ b/jjb/onap/aaf-oom/aaf-oom-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: 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 index 00000000..5bddb4af --- /dev/null +++ b/jjb/onap/aaf-sms/aaf-sms-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: 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 index 00000000..68f69e82 --- /dev/null +++ b/jjb/onap/aaf-sms/aaf-sms-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: 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 index 00000000..fd24d013 --- /dev/null +++ b/jjb/onap/aaf-sshsm/aaf-sshsm-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: 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 index 00000000..b458d7c2 --- /dev/null +++ b/jjb/onap/aaf-sshsm/aaf-sshsm-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: 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 index 00000000..360979ef --- /dev/null +++ b/jjb/onap/sdc-sdc-workflow-designer/sdc-sdc-workflow-designer-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: 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 index 00000000..077fcdba --- /dev/null +++ b/jjb/onap/sdc-sdc-workflow-designer/sdc-sdc-workflow-designer-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: 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 index 00000000..496337de --- /dev/null +++ b/jjb/onap/sdc-sdc-workflow-designer/sdc-sdc-workflow-designer-verify-jobs.yaml @@ -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