summaryrefslogtreecommitdiff
path: root/source/master.cfg
diff options
context:
space:
mode:
authorWill Holland <william.holland@codethink.co.uk>2015-09-15 14:45:38 +0100
committerWill Holland <william.holland@codethink.co.uk>2015-09-15 14:45:38 +0100
commitf66a203b1a850fb343a5e0a60f23ec5380f1fe51 (patch)
treecc600939826f116b0b2b6b2a55aebe802624f987 /source/master.cfg
parentbe44412e202e0181e04d97e403f54f79591b169e (diff)
downloadorchestration-f66a203b1a850fb343a5e0a60f23ec5380f1fe51.tar.gz
Pass artefact name not just buildnumber
Diffstat (limited to 'source/master.cfg')
-rw-r--r--source/master.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/master.cfg b/source/master.cfg
index 168667c..90e2e4f 100644
--- a/source/master.cfg
+++ b/source/master.cfg
@@ -113,8 +113,8 @@ testing_factory = BuildFactory()
testing_factory.addStep(steps.Git(
repourl='git://cu010-trove.codethink.com/cu010-trove/br6/buildslave-scripts.git',
mode='incremental'))
-system = util.Property('deploy_buildnumber',default=0)
-testing_cmd = ["sh","triggers/testing_trigger.sh",deploy_buildnumber]
+system = util.Property('artefact',default=0)
+testing_cmd = ["sh","triggers/testing_trigger.sh",artefact]
testing_factory.addStep(ShellCommand(command=testing_cmd))
from buildbot.config import BuilderConfig