Skip to content

Commit

Permalink
[jjbb] elastic-agent-poc
Browse files Browse the repository at this point in the history
  • Loading branch information
apmmachine authored and narph committed Mar 3, 2022
1 parent 37bd3a1 commit a6bf353
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .ci/jobs/defaults.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@

---

##### GLOBAL METADATA

- meta:
cluster: internal-ci

##### JOB DEFAULTS

- job:
logrotate:
numToKeep: 20
node: linux
concurrent: true
publishers:
- email:
recipients: infra-root+build@elastic.co
prune-dead-branches: true
42 changes: 42 additions & 0 deletions .ci/jobs/elastic-agent-poc-mbp.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
---
- job:
name: "Elastic Agent/elastic-agent-poc-mbp"
display-name: elastic-agent-poc
description: elastic-agent-poc
project-type: multibranch
script-path: .ci/Jenkinsfile
scm:
- github:
branch-discovery: no-pr
discover-pr-forks-strategy: merge-current
discover-pr-forks-trust: permission
discover-pr-origin: merge-current
discover-tags: true
notification-context: 'internal-ci'
repo: elastic-agent-poc
repo-owner: elastic
credentials-id: 2a9602aa-ab9f-4e52-baf3-b71ca88469c7-UserAndToken
ssh-checkout:
credentials: f6c7695a-671e-4f4f-a331-acdce44ff9ba
build-strategies:
- tags:
ignore-tags-older-than: -1
ignore-tags-newer-than: -1
- regular-branches: true
- change-request:
ignore-target-only-changes: 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'
5 changes: 5 additions & 0 deletions .ci/jobs/folders.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
- job:
name: "Elastic Agent"
description: "Elastic Agent"
project-type: folder

0 comments on commit a6bf353

Please sign in to comment.