From: Jessica Wagantall Date: Wed, 11 Sep 2019 20:12:57 +0000 (+0000) Subject: Merge "Add node UUI display macro" X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=ci-management.git;a=commitdiff_plain;h=605a84f23c42ebe91add58935901d4ac2ec3bfa9;hp=a919490352dbd01f08d0b78e935ef90778c77dff Merge "Add node UUI display macro" --- diff --git a/.gitignore b/.gitignore index ce5c482..a475179 100644 --- a/.gitignore +++ b/.gitignore @@ -10,5 +10,9 @@ cloud-env.json # Maven target/ -# Intellij IDEs +# IDE files +/.settings/ +.classpath +.project .idea + diff --git a/jjb/portal_user_interface/portal-onapsdk.yaml b/jjb/portal_user_interface/portal-onapsdk.yaml new file mode 100644 index 0000000..b3f6f1e --- /dev/null +++ b/jjb/portal_user_interface/portal-onapsdk.yaml @@ -0,0 +1,31 @@ +--- +# +# Copyright (c) 2019 AT&T Intellectual Property. All rights reserved. +# +# 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. +# +- project: + project: 'portal_user_interface/portal-onapsdk' + project-name: portal_user_interface-portal-onapsdk + name: portal_user_interface-portal-onapsdk-tox-verify + stream: + - master: + branch: '{stream}' + gs-pathname: '' + disabled: false + jobs: + - 'gerrit-tox-verify': + parallel: false + submodule-disable: true + build-node: centos7-builder-2c-1g +