We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 462f42f commit f0fbe0bCopy full SHA for f0fbe0b
2 files changed
.ci/packaging.groovy
@@ -246,8 +246,7 @@ pipeline {
246
agent { label 'ubuntu-18 && immutable' }
247
options { skipDefaultCheckout() }
248
steps {
249
- log(level: 'WARN', text: "E2E Tests for Beats are disabled until latest breaking changes in Kibana affecting Package Registry are resolved.")
250
- //runE2ETests()
+ runE2ETests()
251
}
252
253
Jenkinsfile
@@ -617,8 +617,7 @@ def target(Map args = [:]) {
617
pushCIDockerImages(beatsFolder: "${directory}", arch: dockerArch)
618
619
if(isE2E) {
620
621
- //e2e(args)
+ e2e(args)
622
623
624
0 commit comments