Skip to content

Commit

Permalink
Recover x-pack Packetbeat packaging in 7.x (#23538)
Browse files Browse the repository at this point in the history
* Recover x-pack packetbeat build in packaging job, commented-out by mistake in #23142.
* Enable x-pack/packetbeat in the CI (backport #22252)

Co-authored-by: Victor Martinez <victormartinezrubio@gmail.com>
  • Loading branch information
jsoriano and v1v committed Jan 18, 2021
1 parent 1f24f1a commit 07b5a61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ci/packaging.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ pipeline {
'x-pack/heartbeat',
// 'x-pack/journalbeat',
'x-pack/metricbeat',
// 'x-pack/packetbeat',
'x-pack/packetbeat',
'x-pack/winlogbeat'
)
}
Expand Down
2 changes: 1 addition & 1 deletion Jenkinsfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ projects:
- "x-pack/functionbeat"
- "x-pack/libbeat"
- "x-pack/metricbeat"
- "x-pack/packetbeat"
- "x-pack/winlogbeat"
- "dev-tools"
##- "x-pack/heartbeat" It's not yet in the 1.0 pipeline.
##- "x-pack/journalbeat" It's not yet in the 1.0 pipeline.
##- "x-pack/packetbeat" It's not yet in the 1.0 pipeline.

## Changeset macros that are defined here and used in each specific 2.0 pipeline.
changeset:
Expand Down

0 comments on commit 07b5a61

Please sign in to comment.