summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Holland <william.holland@codethink.co.uk>2015-10-01 08:45:43 +0100
committerWill Holland <william.holland@codethink.co.uk>2015-10-01 08:45:43 +0100
commit474539b4d6a3459a7c0c7f439905ff90cd617c62 (patch)
tree805a61330b90e485fa1892c039296912ac2926dc
parentb59d175f71e266997c8ab020027ce4a1814cc595 (diff)
downloadorchestration-474539b4d6a3459a7c0c7f439905ff90cd617c62.tar.gz
Pass pipeline to build from bottlerock as property
-rw-r--r--source/bottlerock.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/bottlerock.py b/source/bottlerock.py
index 8cacfbb..a221e90 100644
--- a/source/bottlerock.py
+++ b/source/bottlerock.py
@@ -91,7 +91,7 @@ def repo_update():
elif ref in candidate_refs:
# if a candidate ref changes then trigger that pipeline
pipeline = configure.pipeline_from_candidate_ref(ref)
- properties = {"ref":ref,"sha":sha}
+ properties = {"ref":ref,"sha":sha,"pipeline":pipeline.name}
return sendchange(
category = '%s Build' % pipeline.name,
properties = properties)