summaryrefslogtreecommitdiff
path: root/triggers/testing_trigger.sh
diff options
context:
space:
mode:
authorWill Holland <william.holland@codethink.co.uk>2015-10-01 00:37:44 +0100
committerWill Holland <william.holland@codethink.co.uk>2015-10-01 00:37:44 +0100
commit44beb691ccdf2451204dc720c0af4569d2d90d27 (patch)
treef93f70b7939b99be031524e6678e0846c64ce0a8 /triggers/testing_trigger.sh
parent6903edcefbf51947efdbf21058327d803a1a72d3 (diff)
downloadbuildslave-scripts-44beb691ccdf2451204dc720c0af4569d2d90d27.tar.gz
Add pipeline attribute to be passed along a pipeline
Diffstat (limited to 'triggers/testing_trigger.sh')
-rw-r--r--triggers/testing_trigger.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/triggers/testing_trigger.sh b/triggers/testing_trigger.sh
index d109436..b761a06 100644
--- a/triggers/testing_trigger.sh
+++ b/triggers/testing_trigger.sh
@@ -3,6 +3,7 @@ ARTEFACT=$1
TESTING_SHA=$2
BUILDSLAVE_SCRIPTS_SHA=$3
DEFINITIONS_SHA=$4
+PIPELINE="$5"
ORCHE_URL='http://127.0.0.1:8080'
echo "[$(date "+%F %R")] Testing triggered. Artefact: $1" >> ../../../../trigger_log