From deb96fd428307ac9e238e3f23ba4bba33526d489 Mon Sep 17 00:00:00 2001 From: brunomilitzer Date: Tue, 18 May 2021 13:13:37 +0100 Subject: [PATCH] Added Verify Job Yaml file to Policy Gui Project There is no yaml file for the Policy Gui Project, so by default jenkins would not verify the code for the developer. Change-Id: Ia5f188c099de77caaf90227119d7c172a9ee1d20 Signed-off-by: brunomilitzer --- .../policy-gui/policy-gui-verify-jobs.yaml | 34 +++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 jjb/onap/policy-gui/policy-gui-verify-jobs.yaml diff --git a/jjb/onap/policy-gui/policy-gui-verify-jobs.yaml b/jjb/onap/policy-gui/policy-gui-verify-jobs.yaml new file mode 100644 index 000000000..8d7530f8d --- /dev/null +++ b/jjb/onap/policy-gui/policy-gui-verify-jobs.yaml @@ -0,0 +1,34 @@ +--- +# +# ============LICENSE_START======================================================= +# Copyright (C) 2021 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 +# policy/gui project on Nordix Gerrit. + +- project: + name: policy-gui-verify + project: policy/gui + project-name: policy-gui + + stream: + - 'master': + branch: '{stream}' + jdk-version: java-11 + jobs: + - 'onap-{project-name}-{stream}-verify-java' -- 2.25.1