We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d318932 commit 7a475dfCopy full SHA for 7a475df
.ci/Jenkinsfile
@@ -251,7 +251,7 @@ pipeline {
251
}
252
steps {
253
// TODO: what's the testMatrixFile to be used if any
254
- runE2E(testMatrixFile: '',
+ runE2E(testMatrixFile: '.ci/.e2e-tests-for-elastic-agent.yaml',
255
beatVersion: "${env.BEAT_VERSION}-SNAPSHOT",
256
elasticAgentVersion: "${env.BEAT_VERSION}-SNAPSHOT",
257
gitHubCheckName: "e2e-tests",
0 commit comments