summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)