Skip to content

Commit

Permalink
ci: propagate e2e-testing errors (#695) (#780)
Browse files Browse the repository at this point in the history
(cherry picked from commit 87f3798)

Co-authored-by: Victor Martinez <victormartinezrubio@gmail.com>
  • Loading branch information
mergify[bot] and v1v authored Aug 2, 2022
1 parent 4f18cc4 commit 510c874
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 510c874

Please sign in to comment.