bazooka-ci / bazooka

Continuous Integration and Continuous Deployment Server
http://docs.bazooka-ci.io/
MIT License
60 stars 5 forks source link

SVN SCM Container #89

Open julienvey opened 9 years ago

jawher commented 9 years ago

One tricky thing: for non ssh based svn urls, we need a login/password pair instead of a keyfile for authorization

haklop commented 9 years ago

The project configuration store can store logins and passwords. It can be injected in all SCM containers with environment variables BZK_SCM_USER and BZK_SCM_PASSWORD. It's also useful to the Git container to enable basic authentication.