Skip to content

Commit

Permalink
fix: ignore target changes on scans (#19510)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuisathaverat committed Jun 30, 2020
1 parent fac91b3 commit adffb7d
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .ci/jobs/apm-beats-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
regex: '8\.\d+'
case-sensitive: true
- change-request:
ignore-target-only-changes: false
ignore-target-only-changes: true
clean:
after: true
before: true
Expand Down
8 changes: 4 additions & 4 deletions .ci/jobs/beats-windows-mbp.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
- job:
name: Beats/beats-windows-mbp
display-name: Beats Pipeline for Windows
display-name: Beats Pipeline for Windows
description: Jenkins pipeline for the Beats project running on windows agents.
view: Beats
project-type: multibranch
Expand All @@ -11,7 +11,7 @@
branch-discovery: no-pr
discover-pr-forks-strategy: merge-current
discover-pr-forks-trust: permission
discover-pr-origin: merge-current
discover-pr-origin: merge-current
discover-tags: false
# Run MBP for the master branch and PRs
head-filter-regex: '(master|PR-.*)'
Expand All @@ -27,10 +27,10 @@
ignore-tags-newer-than: -1
- regular-branches: true
- change-request:
ignore-target-only-changes: false
ignore-target-only-changes: true
property-strategies:
# Builds for PRs won't be triggered automatically.
# Only the master branch will be triggered automatically.
# Only the master branch will be triggered automatically.
named-branches:
defaults:
- suppress-scm-triggering: true
Expand Down
2 changes: 1 addition & 1 deletion .ci/jobs/beats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
ignore-tags-older-than: -1
ignore-tags-newer-than: -1
- change-request:
ignore-target-only-changes: false
ignore-target-only-changes: true
- named-branches:
- exact-name:
name: 'master'
Expand Down
4 changes: 2 additions & 2 deletions .ci/jobs/golang-crossbuild-mbp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
branch-discovery: no-pr
discover-pr-forks-strategy: merge-current
discover-pr-forks-trust: permission
discover-pr-origin: merge-current
discover-pr-origin: merge-current
discover-tags: true
notification-context: 'beats-ci'
repo: golang-crossbuild
Expand All @@ -25,7 +25,7 @@
ignore-tags-newer-than: -1
- regular-branches: true
- change-request:
ignore-target-only-changes: false
ignore-target-only-changes: true
clean:
after: true
before: true
Expand Down
4 changes: 2 additions & 2 deletions .ci/jobs/packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
credentials: f6c7695a-671e-4f4f-a331-acdce44ff9ba
build-strategies:
- tags:
ignore-tags-older-than: -1
ignore-tags-older-than: 30
ignore-tags-newer-than: -1
- named-branches:
- exact-name:
Expand All @@ -36,7 +36,7 @@
regex: '8\.\d+'
case-sensitive: true
- change-request:
ignore-target-only-changes: false
ignore-target-only-changes: true
clean:
after: true
before: true
Expand Down

0 comments on commit adffb7d

Please sign in to comment.