Skip to content

Commit 87f3798

Browse files
authored
ci: propagate e2e-testing errors (#695)
1 parent 3e87782 commit 87f3798

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)