Simple htpasswd for Hudson CI using PHP
Posted by John Kleijn • Wednesday, March 24. 2010 • Category: CIMy development server hosts Trac instances, SVN repos, and private testing/staging websites/applications. All of these use one htpasswd file with users and passwords in it.
But the build server, using Hudson, doesn't natively support that. Here's how you can have Hudson check a standard htpasswd file, and have project based security so one client or subcontractor wont mess with the builds of a project they are not involved in.
»