-
Bug
-
Resolution: Fixed
-
Low
-
None
-
1
-
Severity 3 - Minor
-
11
-
Issue Summary
On Bitbucket Pipelines, when you have a duplicated cache on the YAML configuration, the build setup is stuck at "Downloading caches".
Steps to Reproduce
- Create a YAML configuration with duplicated step configuration. Example:
- step: caches: - docker - maven - docker ...
- Run the build.
Expected Results
It's expected to run the build normally.
Actual Results
The build is stuck at the "Downloading caches" and will fail at 120 minutes.
Workaround
Don't duplicate your cache on the step definition.
This bug has now been resolved.
Builds with duplicate cache entries will no longer hang until timeout and will include warning logs in build setup and teardown.
WARNING: Cache "maven" has been defined twice in your bitbucket-pipelines.yml.