Sign in
gerrit
/
gerrit-ci-scripts
/
07ee139ebcc3d3cdac5c3ca6c894ffd6c4e34434
/
.
/
jenkins
/
gerrit-verifier-postbuild.groovy
blob: ce2ad817bc01b34dca7c4d16f1ad06b98e2c76f8 [
file
] [
log
] [
blame
]
def
timedOut
=
manager
.
logContains
(
"timed out"
)
if
(
timedOut
)
{
manager
.
buildAborted
()
}