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