Merge "highlight the error condition when reporting a config issue"
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user