gvalkov / jenkins-autojobs

Automatically create Jenkins jobs from template jobs and branches in a SCM repository
http://jenkins-autojobs.rtfd.org
Other
49 stars 39 forks source link

Update get_default_config() to check if username/password are present on command line #4

Closed timmipetit closed 11 years ago

timmipetit commented 11 years ago

Username and password can be set in the configuration yaml file, and can be overwritten using the command line. Without this fix, it would always use the command line username/password combination, which would make the config file options useless.

gvalkov commented 11 years ago

Thanks!