From 474539b4d6a3459a7c0c7f439905ff90cd617c62 Mon Sep 17 00:00:00 2001 From: Will Holland Date: Thu, 1 Oct 2015 08:45:43 +0100 Subject: Pass pipeline to build from bottlerock as property --- source/bottlerock.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.1