Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[JJBB] for the update-beats #5690

Merged
merged 2 commits into from
Jul 13, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .ci/jobs/apm-server-check-changelogs-mbp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,3 @@
timeout: '15'
use-author: true
wipe-workspace: 'True'
periodic-folder-trigger: 1w
1 change: 0 additions & 1 deletion .ci/jobs/apm-server-check-packages-mbp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,3 @@
timeout: '15'
use-author: true
wipe-workspace: 'True'
periodic-folder-trigger: 1w
1 change: 0 additions & 1 deletion .ci/jobs/defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
logrotate:
numToKeep: 100
node: linux
periodic-folder-trigger: 1w
prune-dead-branches: true
publishers:
- email:
Expand Down
40 changes: 40 additions & 0 deletions .ci/jobs/update-beats-mbp.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
---
- job:
name: apm-server/update-beats-mbp
display-name: apm-server Update beats
description: To keep apm-server up to date with libbeat and beats packaging
view: APM-CI
project-type: multibranch
script-path: .ci/update-beats.groovy
scm:
- github:
branch-discovery: no-pr
discover-pr-forks-strategy: merge-current
discover-pr-forks-trust: permission
discover-pr-origin: merge-current
discover-tags: false
head-filter-regex: '^(master|PR-.*)$'
notification-context: 'update-beats'
repo: apm-server
repo-owner: elastic
credentials-id: 2a9602aa-ab9f-4e52-baf3-b71ca88469c7-UserAndToken
ssh-checkout:
credentials: f6c7695a-671e-4f4f-a331-acdce44ff9ba
property-strategies:
all-branches:
- suppress-scm-triggering: true
clean:
after: true
before: true
prune: true
shallow-clone: true
depth: 4
do-not-fetch-tags: true
submodule:
disable: false
recursive: true
parent-credentials: true
timeout: 100
timeout: '15'
use-author: true
wipe-workspace: 'True'