Adjust trigger period for testing
[ci-management.git] / jjb / akraino-templates / akraino-jjb-docker.yaml
1 ---
2 #
3 # Copyright (c) 2018 AT&T Intellectual Property. All rights reserved.
4 #
5 # Licensed under the Apache License, Version 2.0 (the "License"); you may
6 # not use this file except in compliance with the License.
7 #
8 # You may obtain a copy of the License at
9 #       http://www.apache.org/licenses/LICENSE-2.0
10 #
11 # Unless required by applicable law or agreed to in writing, software
12 # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
13 # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 # See the License for the specific language governing permissions and
15 # limitations under the License.
16 #
17 - job-template:
18     id: 'akraino-project-stream-docker'
19     name: '{project}-{stream}-docker'
20     project-type: freestyle
21     node: '{build-node}'
22
23     parameters:
24       - lf-infra-parameters:
25           project: '{project}'
26           branch: '{branch}'
27           stream: '{stream}'
28           lftools-version: '{lftools-version}'
29
30     scm:
31       - lf-infra-gerrit-scm:
32           jenkins-ssh-credential: '{jenkins-ssh-credential}'
33           git-url: '{git-url}/{project}.git'
34           refspec: ''
35           branch: '{branch}'
36           submodule-recursive: '{submodule-recursive}'
37           choosing-strategy: default
38
39     builders:
40       - lf-update-java-alternatives:
41           java-version: '{java-version}'
42       - lf-infra-docker-login:
43           global-settings-file: '{global-settings-file}'
44           settings-file: '{mvn-settings}'
45       - inject:
46           properties-content: |
47               PROJECT={project}
48       - shell: !include-raw-escape:
49           - ../shell/build-docker.sh
50
51     triggers:
52       - timed: '@hourly'