Hudson plugin 2.1.1 problems ยป redmine_hudson_2.3.patch
plugins/redmine_hudson/app/models/hudson_job.rb | ||
---|---|---|
159 | 159 |
def fetch_summary |
160 | 160 |
api_url = rss_url_for(:plugin) |
161 | 161 |
begin |
162 |
content = HudsonApi.open(api_url, self.settings.auth_user, self.settings.auth_password)
|
|
162 |
content = HudsonApi.new(:url => api_url, :auth_user => self.settings.auth_user, :auth_password => self.setting
|
|
163 | 163 |
rescue HudsonApiException => error |
164 | 164 |
raise error |
165 | 165 |
end |