I am trying to use the SendChange from the commandline on my buildbot master
 as described in the docs
<https://docs.buildbot.net/latest/manual/cmdline.html?highlight=sendchange>

this is what my command looks like

buildbot sendchange --master=localhost.9989 --revision=123 --who=joebloggs
--comments=made changes here

I keep getting "change not sent" error in line 51 in sendchange.py

I think this may have to do with not putting --auth=user:password

but I am not clear what the username and password combinations should be.

Is it a parameter in my master.cfg? (I've looked and I only have  usernames
and passwords for each of my buildbot workers.). Should I use one of these?

Is the username and password that I need my Windows OS login username and
password?

How do I find/set the username and password so that I can use the
sendchange command?


Regards
_______________________________________________
users mailing list
users@buildbot.net
https://lists.buildbot.net/mailman/listinfo/users

Reply via email to