From 68c9c79b9ad904d2a74ad43c7bbb9c6e65dea9ed Mon Sep 17 00:00:00 2001 From: afenner Date: Wed, 21 Aug 2019 22:28:16 +0100 Subject: [PATCH] add acumos/documenation mirror jobs Change-Id: I5317f766d80fc2f644940550b86231b80fa15052 --- .../documenation-push-upstream-jobs.yml | 26 +++++++++++++++++++ .../documenation/documenation-rebase-jobs.yml | 26 +++++++++++++++++++ .../documenation-verify-jobs.yaml | 26 +++++++++++++++++++ 3 files changed, 78 insertions(+) create mode 100644 jjb/acumos/documenation/documenation-push-upstream-jobs.yml create mode 100644 jjb/acumos/documenation/documenation-rebase-jobs.yml create mode 100644 jjb/acumos/documenation/documenation-verify-jobs.yaml diff --git a/jjb/acumos/documenation/documenation-push-upstream-jobs.yml b/jjb/acumos/documenation/documenation-push-upstream-jobs.yml new file mode 100644 index 000000000..f11feb4d6 --- /dev/null +++ b/jjb/acumos/documenation/documenation-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: acumos-documentation-push-upstream + project: documentation + project-name: documentation + + jobs: + - 'acumos-{project-name}-push-upstream' diff --git a/jjb/acumos/documenation/documenation-rebase-jobs.yml b/jjb/acumos/documenation/documenation-rebase-jobs.yml new file mode 100644 index 000000000..139d794a9 --- /dev/null +++ b/jjb/acumos/documenation/documenation-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: acumos-documentation-rebase + project: documentation + project-name: documentation + + jobs: + - 'acumos-{project-name}-rebase' diff --git a/jjb/acumos/documenation/documenation-verify-jobs.yaml b/jjb/acumos/documenation/documenation-verify-jobs.yaml new file mode 100644 index 000000000..ad548c7c7 --- /dev/null +++ b/jjb/acumos/documenation/documenation-verify-jobs.yaml @@ -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: acumos-documentation-verify + project: documentation + project-name: documentation + + jobs: + - 'acumos-{project-name}-verify-java' -- 2.25.1