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