Skip to content

Commit 07b5a61

Browse files
jsorianov1v
andauthored
Recover x-pack Packetbeat packaging in 7.x (#23538)
* 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 <[email protected]>
1 parent 1f24f1a commit 07b5a61

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.ci/packaging.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ pipeline {
112112
'x-pack/heartbeat',
113113
// 'x-pack/journalbeat',
114114
'x-pack/metricbeat',
115-
// 'x-pack/packetbeat',
115+
'x-pack/packetbeat',
116116
'x-pack/winlogbeat'
117117
)
118118
}

Jenkinsfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ projects:
1616
- "x-pack/functionbeat"
1717
- "x-pack/libbeat"
1818
- "x-pack/metricbeat"
19+
- "x-pack/packetbeat"
1920
- "x-pack/winlogbeat"
2021
- "dev-tools"
2122
##- "x-pack/heartbeat" It's not yet in the 1.0 pipeline.
2223
##- "x-pack/journalbeat" It's not yet in the 1.0 pipeline.
23-
##- "x-pack/packetbeat" It's not yet in the 1.0 pipeline.
2424

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

0 commit comments

Comments
 (0)