File tree Expand file tree Collapse file tree 2 files changed +61
-0
lines changed Expand file tree Collapse file tree 2 files changed +61
-0
lines changed Original file line number Diff line number Diff line change 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'
Original file line number Diff line number Diff line change 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+ 19+ prune-dead-branches : true
You can’t perform that action at this time.
0 commit comments