Netflix / Hystrix

Hystrix is a latency and fault tolerance library designed to isolate points of access to remote systems, services and 3rd party libraries, stop cascading failure and enable resilience in complex distributed systems where failure is inevitable.
24.07k stars 4.7k forks source link

Remove duplicate Jenkins builders #605

Closed mattrjacobs closed 9 years ago

mattrjacobs commented 9 years ago

Currently there are 2 Jenkins builds firing. One of them always fails, as it has an old version of Java7 that plays poorly with PowerMock. We should delete that Jenkins build

mattrjacobs commented 9 years ago

@quidryan / @rspieldenner are you able to remove this Jenkins build: https://netflixoss.ci.cloudbees.com/job/Hystrix-pull-requests/ ?

quidryan commented 9 years ago

@mattrjacobs When you're logged into CloudBees, do you see the "Delete Project" link?

mattrjacobs commented 9 years ago

When I attempt to login, it uses some SSO logic and determines I'm not a member of netflixoss.

quidryan commented 9 years ago

You should be able to log using just your email, no password, then get sent to OneLogin. Once in there, you'll be logged into CloudBees. Then access netflixoss.ci.cloudbees.com, and click login AGAIN. Can you drop by today?

On Tue, Feb 3, 2015 at 11:43 PM, Matt Jacobs notifications@github.com wrote:

When I attempt to login, it uses some SSO logic and determines I'm not a member of netflixoss.

— Reply to this email directly or view it on GitHub https://github.com/Netflix/Hystrix/issues/605#issuecomment-72804306.

mattrjacobs commented 9 years ago

I got @benjchristensen's help on this