Symptoms
Multiple builds that are similar take different amounts of time to run.
Cause
Different builds may have different caches. Initial builds may not have an image cached.
Solution
- If it is the first build of this pipeline, a second build may improve performance.
- If you have changed the image, it may not be cached.
- If you believe that your cache has become corrupt or is otherwise slowing your builds down, consider resetting them in a manual build.
- Open your pipeline
- Click Run
- Expand Advanced Options
- Select the options to ignore Docker engine cache and Codefresh cache optimizations
- Run the build