After defining a new extension project to the Controller I have two problems:
During the construction phase it asks for a password, which causes it to fail because it's not interactive (being run from Jenkins).
If I run construct.xml from the command line and enter the username and password by hand, it appears to work fine but only fetches the master branch from github.
Either way, the construct phase dies, and the Controller is not able to deploy to the web server. Is there something else I need to do in the Controller configuration to make this work?