Skip to content

Commit

Permalink
jjbb: exclude allowed branches, tags and PRs (#658)
Browse files Browse the repository at this point in the history
cosmetic change in the description and boolean based
  • Loading branch information
v1v authored Jul 4, 2022
1 parent fab95b8 commit acc91fc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .ci/jobs/elastic-agent-mbp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
- job:
name: "elastic-agent/elastic-agent-mbp"
display-name: elastic-agent
description: "POC to isolate elastic agent from beats"
description: "Elastic agent"
project-type: multibranch
script-path: .ci/Jenkinsfile
scm:
Expand All @@ -12,6 +12,7 @@
discover-pr-forks-trust: permission
discover-pr-origin: merge-current
discover-tags: true
head-filter-regex: '(main|7\.17|8\.\d+|PR-.*|v\d+\.\d+\.\d+)'
notification-context: 'fleet-ci'
repo: elastic-agent
repo-owner: elastic
Expand Down Expand Up @@ -39,4 +40,4 @@
timeout: 100
timeout: '15'
use-author: true
wipe-workspace: 'True'
wipe-workspace: true

0 comments on commit acc91fc

Please sign in to comment.