-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.cico.yaml
34 lines (32 loc) · 866 Bytes
/
.cico.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
- trigger:
name: periodic
triggers:
- timed: "@daily"
- job-template:
name: '{ci_project}-{git_repo}'
description: |
Managed by Jenkins Job Builder, do not edit manually!
properties:
- github:
url: https://github.com/{git_username}/{git_repo}/
triggers:
- periodic
auth-token: fedora-qa
project-type: pipeline
pipeline-scm:
scm:
- git:
url: https://github.com/{git_username}/{git_repo}.git
skip-tag: True
git-tool: ci-git
branches:
- master
script-path: ".cico.pipeline"
sandbox: true
- project:
name: fedora-qa
jobs:
- '{ci_project}-{git_repo}':
git_username: alexxa
git_repo: compose_tester
ci_project: fedora-qa