Skip to content

Commit 510c874

Browse files
mergify[bot]v1v
andauthored
ci: propagate e2e-testing errors (#695) (#780)
(cherry picked from commit 87f3798) Co-authored-by: Victor Martinez <[email protected]>
1 parent 4f18cc4 commit 510c874

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)