Skip to content

Commit b36927c

Browse files
authored
Merge pull request #3 from elastic/feature/jjbb-bayeux-master_2022_04_05-11_47_45
[jjbb][beats-ci] bayeux
2 parents 3678496 + af7120c commit b36927c

File tree

2 files changed

+61
-0
lines changed

2 files changed

+61
-0
lines changed

.ci/jobs/bayeux-mbp.yml

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
---
2+
- job:
3+
name: "bayeux-mbp"
4+
display-name: bayeux
5+
description: bayeux
6+
project-type: multibranch
7+
script-path: .ci/Jenkinsfile
8+
scm:
9+
- github:
10+
branch-discovery: no-pr
11+
discover-pr-forks-strategy: merge-current
12+
discover-pr-forks-trust: permission
13+
discover-pr-origin: merge-current
14+
discover-tags: true
15+
notification-context: 'beats-ci'
16+
repo: bayeux
17+
repo-owner: elastic
18+
credentials-id: 2a9602aa-ab9f-4e52-baf3-b71ca88469c7-UserAndToken
19+
ssh-checkout:
20+
credentials: f6c7695a-671e-4f4f-a331-acdce44ff9ba
21+
build-strategies:
22+
- tags:
23+
ignore-tags-older-than: -1
24+
ignore-tags-newer-than: -1
25+
- regular-branches: true
26+
- change-request:
27+
ignore-target-only-changes: true
28+
clean:
29+
after: true
30+
before: true
31+
prune: true
32+
shallow-clone: true
33+
depth: 4
34+
do-not-fetch-tags: true
35+
submodule:
36+
disable: false
37+
recursive: true
38+
parent-credentials: true
39+
timeout: 100
40+
timeout: '15'
41+
use-author: true
42+
wipe-workspace: 'True'

.ci/jobs/defaults.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
2+
---
3+
4+
##### GLOBAL METADATA
5+
6+
- meta:
7+
cluster: beats-ci
8+
9+
##### JOB DEFAULTS
10+
11+
- job:
12+
logrotate:
13+
numToKeep: 20
14+
node: linux
15+
concurrent: true
16+
publishers:
17+
- email:
18+
recipients: [email protected]
19+
prune-dead-branches: true

0 commit comments

Comments
 (0)