Rebuild & Debug ssh option not showing

Hi, I’m using enterprise circle 1.0. I would like to be able to debug my builds, however the Rebuild & Debug with SSH tab as shown here does not show on my build.

I talked to the person who installed Circle and he says it should be there. He only does ruby builds though, I’m doing a java/maven build.

Any ideas?

Hey there, this is likely a known/solved issue that should be fixed in the latest stable release. The issue is related to how Chrome processes headers affecting the permissions that our frontend app thinks you have. As a workaround, you could either trigger the build with our API or try a different browser, but an upgrade is the best fix (if the issue is what I think).

Wow, that was it. I had tried it in both Chrome and Safari, but not firefox. Sure enough, works in firefox!

thanks!