From 8db37eda1bb766fb5e3fb60ecf9df95021fa6343 Mon Sep 17 00:00:00 2001 From: "robert.tomczyk" Date: Tue, 11 Feb 2020 08:30:04 +0000 Subject: [PATCH] ONAP: Add sdc-docker-base project Change-Id: I412b2a96823ff7610ae279b1efd73053b7045ad8 --- ...sdc-sdc-docker-base-push-upstream-jobs.yml | 26 +++++++++++++++ .../sdc-sdc-docker-base-rebase-jobs.yml | 26 +++++++++++++++ .../sdc-sdc-docker-base-verify-jobs.yaml | 33 +++++++++++++++++++ 3 files changed, 85 insertions(+) create mode 100644 jjb/onap/sdc-sdc-docker-base/sdc-sdc-docker-base-push-upstream-jobs.yml create mode 100644 jjb/onap/sdc-sdc-docker-base/sdc-sdc-docker-base-rebase-jobs.yml create mode 100644 jjb/onap/sdc-sdc-docker-base/sdc-sdc-docker-base-verify-jobs.yaml diff --git a/jjb/onap/sdc-sdc-docker-base/sdc-sdc-docker-base-push-upstream-jobs.yml b/jjb/onap/sdc-sdc-docker-base/sdc-sdc-docker-base-push-upstream-jobs.yml new file mode 100644 index 00000000..4d6c7752 --- /dev/null +++ b/jjb/onap/sdc-sdc-docker-base/sdc-sdc-docker-base-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-docker-base-push-upstream + project: sdc/sdc-docker-base + project-name: sdc-sdc-docker-base + + jobs: + - 'onap-{project-name}-push-upstream' \ No newline at end of file diff --git a/jjb/onap/sdc-sdc-docker-base/sdc-sdc-docker-base-rebase-jobs.yml b/jjb/onap/sdc-sdc-docker-base/sdc-sdc-docker-base-rebase-jobs.yml new file mode 100644 index 00000000..342ef849 --- /dev/null +++ b/jjb/onap/sdc-sdc-docker-base/sdc-sdc-docker-base-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-docker-base-rebase + project: sdc/sdc-docker-base + project-name: sdc-sdc-docker-base + + jobs: + - 'onap-{project-name}-rebase' \ No newline at end of file diff --git a/jjb/onap/sdc-sdc-docker-base/sdc-sdc-docker-base-verify-jobs.yaml b/jjb/onap/sdc-sdc-docker-base/sdc-sdc-docker-base-verify-jobs.yaml new file mode 100644 index 00000000..a8a18219 --- /dev/null +++ b/jjb/onap/sdc-sdc-docker-base/sdc-sdc-docker-base-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-docker-base project on Nordix Gerrit. + +- project: + name: sdc-sdc-docker-base-verify + project: sdc/sdc-docker-base + project-name: sdc-sdc-docker-base + + stream: + - 'master': + branch: '{stream}' + + jobs: + - 'onap-{project-name}-{stream}-verify-java' \ No newline at end of file -- 2.25.1