diff options
author | Will Holland <william.holland@codethink.co.uk> | 2015-09-16 11:16:51 +0100 |
---|---|---|
committer | Will Holland <william.holland@codethink.co.uk> | 2015-09-16 11:16:51 +0100 |
commit | ceb25b8368681bddd9e273df205aede012bf7f77 (patch) | |
tree | 90468218be96b40096aba35932fae4a3a0fb3525 /source/deploy_complete.sh | |
parent | d5bf8f1ed2661c00cf55ef071410c2d6b736b4dd (diff) | |
download | orchestration-ceb25b8368681bddd9e273df205aede012bf7f77.tar.gz |
Pass SHAs of state when build starts forwards
The SHAs of definitions, buildslave-scripts and ciat-testing are passed along
the pipeline for consistency
Diffstat (limited to 'source/deploy_complete.sh')
-rw-r--r-- | source/deploy_complete.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/deploy_complete.sh b/source/deploy_complete.sh index d4bae84..a498bac 100644 --- a/source/deploy_complete.sh +++ b/source/deploy_complete.sh @@ -9,4 +9,4 @@ port=9999 user=orchestration passwd=orchestration -../orchenv-master/bin/buildbot --verbose sendchange -m "$IP":"$port" -a "$user":"$passwd" -W scriptbot -C "$category" -p "artefact":"$1" +../orchenv-master/bin/buildbot --verbose sendchange -m "$IP":"$port" -a "$user":"$passwd" -W scriptbot -C "$category" -p "artefact":"$1" -p "testing_sha":"$2" |