Skip to content

Commit

Permalink
[jjbb]: fix jjbb and run always (elastic#19195)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored Jun 15, 2020
1 parent 2c4ce4f commit 22790f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .ci/jobs/beats-windows-mbp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
# Builds for PRs won't be triggered automatically.
# Only the master branch will be triggered automatically.
named-branches:
- defaults:
defaults:
- suppress-scm-triggering: true
- exceptions:
exceptions:
- exception:
branch-name: master
properties:
Expand Down
4 changes: 0 additions & 4 deletions .ci/windows.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,6 @@ pipeline {
}
}
stage('Build and Test Windows'){
when {
beforeAgent true
expression { return env.ONLY_DOCS == "false" }
}
failFast false
parallel {
stage('Elastic Agent x-pack Windows'){
Expand Down

0 comments on commit 22790f3

Please sign in to comment.