rossrowe / sauce-teamcity-plugin

Plugin for TeamCity which provides integration with Sauce Labs
Apache License 2.0
15 stars 5 forks source link

Job results from Sauce Labs appear to be limited to 100 jobs per build in TeamCity #8

Closed theCampbell closed 10 years ago

theCampbell commented 10 years ago

When calling the Sauce Jobs rest API, the plugin (I think) is not specifying a max number of jobs to return so we receive the default of 100.

For example https://saucelabs.com/rest/v1/SauceUsername/jobs

However, it can be called with arguments to increase this limit. It would be great if this value could either be increased of given a dynamic value.

For example https://saucelabs.com/rest/v1/SacueUsername/jobs?limit=200

rossrowe commented 10 years ago

Thanks Andrew, I've included a fix for this in version 1.21