summaryrefslogtreecommitdiff
path: root/icktool
diff options
context:
space:
mode:
Diffstat (limited to 'icktool')
-rwxr-xr-xicktool5
1 files changed, 5 insertions, 0 deletions
diff --git a/icktool b/icktool
index 0090b2b..8abac80 100755
--- a/icktool
+++ b/icktool
@@ -127,6 +127,11 @@ class Icktool(cliapp.Application):
for pipeline in pipelines:
build = self._get_latest_build(
project['project'], pipeline, builds)
+ if build is None:
+ build = {
+ 'build_id': 'never',
+ 'log': 'none',
+ }
status = self._get_pipeline_status(
project['project'], pipeline)
row = {