diff options
author | Will Holland <william.holland@codethink.co.uk> | 2015-09-15 16:02:01 +0100 |
---|---|---|
committer | Will Holland <william.holland@codethink.co.uk> | 2015-09-15 16:02:01 +0100 |
commit | 96c110f026fd4a5e1f007dfda49195c8d971c3aa (patch) | |
tree | 7de5d1e073a679f7c6ad8a2a7bb442d3d08ee1c3 /source/definitions_update.sh | |
parent | 1ce096958ba9c325232c16b0af3d90f1b3cc31e7 (diff) | |
download | orchestration-96c110f026fd4a5e1f007dfda49195c8d971c3aa.tar.gz |
Add force option to build
And have changes in test repo trigger forced build
Diffstat (limited to 'source/definitions_update.sh')
-rw-r--r-- | source/definitions_update.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/definitions_update.sh b/source/definitions_update.sh index 28835db..6fb627f 100644 --- a/source/definitions_update.sh +++ b/source/definitions_update.sh @@ -9,4 +9,4 @@ port=9999 user=orchestration passwd=orchestration -../orchenv-master/bin/buildbot sendchange -m "$IP":"$port" -a "$user":"$passwd" -W scriptbot -C "$category" +../orchenv-master/bin/buildbot sendchange -m "$IP":"$port" -a "$user":"$passwd" -W scriptbot -C "$category" -p "force":"$1" |