Skip to content

Commit

Permalink
ci: propagate e2e-testing errors (#695)
Browse files Browse the repository at this point in the history
(cherry picked from commit 87f3798)
  • Loading branch information
v1v authored and mergify[bot] committed Jul 27, 2022
1 parent 899d26c commit 5210b9d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .ci/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,9 @@ pipeline {
elasticAgentVersion: "${env.BEAT_VERSION}-SNAPSHOT",
gitHubCheckName: "e2e-tests",
gitHubCheckRepo: env.REPO,
gitHubCheckSha1: env.GIT_BASE_COMMIT)
gitHubCheckSha1: env.GIT_BASE_COMMIT,
propagate: true,
wait: true)
}
}
}
Expand Down

0 comments on commit 5210b9d

Please sign in to comment.