blob: 7b438acdb9e0ea046421cf9eff70b7c175bd0662 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# this will run once ybd has finished a build
catagory=postbuild
IP=10.24.2.109
port=9999
user=orchestration
passwd=orchestration
buildbot sendchange -m "$IP":"$port" -a "$user":"$passwd" -W scriptbot -C "$catagory"
|