Where is the Rebuild without cache button?

I don’t know where to find the button mentioned in the documentation:

The Rebuild without cache button in the UI will disable the cache for a single build so that you could debug any problems caused by your dependencies.```

https://circleci.com/docs/how-cache-works/

Ah, found it. I thought I was supposed to look in the project settings, but instead it’s located in the specific build settings, hence the disable cache for single build instruction.

I’m glad you found it. I’ll revisit the doc to see if we can make it any clearer or maybe add a screenshot. I opened an issue for discussion here.

Now it’t totally gone from CircleCI 2? :face_with_raised_eyebrow::thinking::angry:

Do I really have to delete a build job to get the dependency cleaned?

In 2.0, you just change the cache key you’re using.

A little strange and different from the previous way, but I found a description of it somewhere. thanks.

1 Like