From: afenner Date: Wed, 23 Nov 2022 13:24:10 +0000 (+0000) Subject: add ccsdk-sli-northbound X-Git-Url: https://gerrit.nordix.org/gitweb?a=commitdiff_plain;h=3b5d5d8f359a4207872edf32773fdb72c3193eb7;p=infra%2Fcicd.git add ccsdk-sli-northbound Change-Id: Ieb0c85700bac1c0b7d65656f59df39ee8bac2b02 --- diff --git a/jjb/onap/ccsdk-sli-northbound/ccsdk-sli-northbound-push-upstream-jobs.yml b/jjb/onap/ccsdk-sli-northbound/ccsdk-sli-northbound-push-upstream-jobs.yml new file mode 100644 index 000000000..cffc2efec --- /dev/null +++ b/jjb/onap/ccsdk-sli-northbound/ccsdk-sli-northbound-push-upstream-jobs.yml @@ -0,0 +1,26 @@ +--- +# ============LICENSE_START======================================================= +# Copyright (C) 2022 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-sli-northbound-push-upstream + project: ccsdk/sli/northbound + project-name: ccsdk-sli-northbound + + jobs: + - 'onap-{project-name}-push-upstream' diff --git a/jjb/onap/ccsdk-sli-northbound/ccsdk-sli-northbound-rebase-jobs.yml b/jjb/onap/ccsdk-sli-northbound/ccsdk-sli-northbound-rebase-jobs.yml new file mode 100644 index 000000000..ca61a4401 --- /dev/null +++ b/jjb/onap/ccsdk-sli-northbound/ccsdk-sli-northbound-rebase-jobs.yml @@ -0,0 +1,26 @@ +--- +# ============LICENSE_START======================================================= +# Copyright (C) 2022 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-sli-northbound-rebase + project: ccsdk/sli/northbound + project-name: ccsdk-sli-northbound + + jobs: + - 'onap-{project-name}-rebase' diff --git a/jjb/onap/ccsdk-sli-northbound/ccsdk-sli-northbound-verify-jobs.yaml b/jjb/onap/ccsdk-sli-northbound/ccsdk-sli-northbound-verify-jobs.yaml new file mode 100644 index 000000000..bb0baaf10 --- /dev/null +++ b/jjb/onap/ccsdk-sli-northbound/ccsdk-sli-northbound-verify-jobs.yaml @@ -0,0 +1,33 @@ +--- +# ============LICENSE_START======================================================= +# Copyright (C) 2022 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/sli project on Nordix Gerrit. +- project: + name: ccsdk-sli-northbound-verify + project: ccsdk/sli/northbound + project-name: ccsdk-sli-northbound + + stream: + - master: + branch: '{stream}' + jdk-version: java-11 + + jobs: + - 'onap-{project-name}-{stream}-verify-java'