Skip to content

Commit 5210b9d

Browse files
v1vmergify[bot]
authored andcommitted
ci: propagate e2e-testing errors (#695)
(cherry picked from commit 87f3798)
1 parent 899d26c commit 5210b9d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.ci/Jenkinsfile

+3-1
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,9 @@ pipeline {
256256
elasticAgentVersion: "${env.BEAT_VERSION}-SNAPSHOT",
257257
gitHubCheckName: "e2e-tests",
258258
gitHubCheckRepo: env.REPO,
259-
gitHubCheckSha1: env.GIT_BASE_COMMIT)
259+
gitHubCheckSha1: env.GIT_BASE_COMMIT,
260+
propagate: true,
261+
wait: true)
260262
}
261263
}
262264
}

0 commit comments

Comments
 (0)