blob: 2b89685a6323e91ee33a34716bb8494818a6cb42 [file] [log] [blame]
robert.tomczyk58a24dd2019-11-14 13:43:46 +00001---
2#
3# ============LICENSE_START=======================================================
4# Copyright (C) 2018-2019 Nordix Foundation.
5# ================================================================================
6# Licensed under the Apache License, Version 2.0 (the "License");
7# you may not use this file except in compliance with the License.
8# You may obtain a copy of the License at
9#
10# http://www.apache.org/licenses/LICENSE-2.0
11#
12# Unless required by applicable law or agreed to in writing, software
13# distributed under the License is distributed on an "AS IS" BASIS,
14# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIN D, either express or implied.
15# See the License for the specific language governing permissions and
16# limitations under the License.
17#
18# SPDX-License-Identifier: Apache-2.0
19# ============LICENSE_END=========================================================
20- job:
21 name: 'apache-geode-native-SrcRelease'
22
23 node: geode-ubuntu1804
24 disabled: false
25 concurrent: true
26
27 properties:
28 - logrotate
29 - github:
30 url: 'https://github.com/Nordix/geode-native.git/'
31
32 parameters:
33 - string:
34 name: PROJECT
35 default: 'Nordix/geode-native'
36 description: JJB configured PROJECT parameter to identify a Nordix GitHub project
37 - string:
38 name: BRANCH
39 default: 'release-nordix/1.10.0'
40 description: JJB configured BRANCH parameter for Nordix GitHub project
41
42 wrappers:
43 - credentials-binding:
44 - username-password-separated:
45 credential-id: infra-nordix-artifactory-api-key
46 username: ARTIFACTORY_USER
47 password: ARTIFACTORY_API_KEY
48 scm:
49 - git-scm-github:
50 branch: '$BRANCH'
51 refspec: ''
52 wipe_workspace: true
53 clean_before: false
54 base_dir: 'geode-native'
55
56 builders:
57 - 'apache-geode-native-srcrelease-macro'
58
59 publishers:
60 - notify-slack:
robert.tomczykcfdc0de2019-11-15 12:44:11 +000061 slack-channel: '#geode-ci'
robert.tomczyk58a24dd2019-11-14 13:43:46 +000062 notify-start: true
63 notify-success: true
64 notify-failure: true
65 notify-back-to-normal: true