Merge "highlight the error condition when reporting a config issue"

This commit is contained in:
Jenkins
2016-07-12 23:17:38 +00:00
committed by Gerrit Code Review

View File

@@ -108,7 +108,7 @@ class Server(zuul.cmd.ZuulApp):
jobs.add(v)
for job in sorted(layout.jobs):
if job not in jobs:
print("Job %s not defined" % job)
print("FAILURE: Job %s not defined" % job)
failure = True
return failure