Github post commit trigger build in Hudson with security enabled
Posted
by Jerry Cheung
on Stack Overflow
See other posts from Stack Overflow
or by Jerry Cheung
Published on 2009-12-29T18:37:12Z
Indexed on
2010/04/11
16:03 UTC
Read the original article
Hit count: 590
Github has no problem with triggering a build in Hudson with security turned off because the build is a public URL. But I'd like to be able to have logins required on Hudson so that people can't arbitrarily build. I tried looking for a HTTP basic auth method so I can include the credentials in the URL itself, but couldn't find anything like that. Has anyone used Hudson with Github and run into this problem?
© Stack Overflow or respective owner