-
Notifications
You must be signed in to change notification settings - Fork 5
Plugin is not parsing log files #15
Comments
Hi Ken, sorry for taking so long to respond to your issue. Would you be able to raise a support issue with Sauce Labs via support.saucelabs.com, and would you also be able to attach your Bamboo build output and Bamboo system log to the issue? We've previously found that Bamboo doesn't reliably make the complete build output available to the plugin. A workaround would be to set a 'build' value in the desired capabilities using the value of the 'SAUCE_BAMBOO_BUILDNUMBER' environment variable. This should ensure that the correct build number gets set on your jobs, which is then referenced when the Sauce results tab is viewed. |
Sure, I can log a ticket. Can you clarify what you mean by setting a 'build' value in desired capabilities? I know capabilities are used for selecting agents but I'm unclear on how these can be dynamically set at runtime -- they are typically set statically in the plan configuration and definition. |
Hi Ken, you can also populate the DesiredCapabilities with the key-value pairs listed on the Sauce Test Configuration page - this page also describes how you can set the build number |
Sorry I have been ignoring this, I am looking into this now. |
Hi Ken, it's probably worthwhile to raise a support ticket for this one - Cheers, Ross On Fri, Oct 31, 2014 at 9:35 AM, Ken Sykora notifications@github.com
|
Primary resolution to this issue was to declare the |
We are running the latest version of SauceLabs plugin (v1.6.48) and using Bamboo v5.6.1 build 4410
I'm having an issue that's very similar to this one: https://support.saucelabs.com/entries/22184446-Sauce-Ondemand-plugin-in-Bamboo-does-not-show-results
Basically I have enabled the plugin for the job I am running in the "Miscellaneous" tab, and have verified that the log files are producing the lines that match the format you specified in the docs on SauceLabs:
Log Excerpt:
However, when I check the "SauceLabs" tab for the job's build results, it doesn't pick up that anything's been run:
Here is a link to the test run: https://saucelabs.com/tests/47136dbd2922490d9949f7d15aa3fbd3 -- I've made it public. Can you help me troubleshoot why this isn't picking up?
The text was updated successfully, but these errors were encountered: