You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am encountering an issue with cache invalidation while running tasks in my CI/CD pipeline using Jenkins with the Nx workspace. The problem specifically relates to the inconsistent hash value of the cache, leading to unexpected behavior during the pipeline execution. even after replaying the same pipeline-build without doing any single change, cache is invalidated as hash value is changing
Expected Behavior
The cache should be utilized effectively during the pipeline run, allowing for faster execution times by reusing previously cached results where possible.
GitHub Repo
No response
Steps to Reproduce
Configure Jenkins to run the Nx tasks in the CI/CD pipeline.
Execute the pipeline and observe the cache behavior.
…inistic way
External dependency hashes were not deterministic and could cause cache misses,
since the hash was dependent on which task was hashed when.
This was caused by the externalDepsHashCache which was filled with values which are
dependent on the visited set.
Fixesnrwl#17917
…inistic way
External dependency hashes were not deterministic and could cause cache misses,
since the hash was dependent on which task was hashed when.
This was caused by the externalDepsHashCache which was filled with values which are
dependent on the visited set.
Fixesnrwl#17917
…inistic way
External dependency hashes were not deterministic and could cause cache misses,
since the hash was dependent on which task was hashed when.
This was caused by the externalDepsHashCache which was filled with values which are
dependent on the visited set.
Fixesnrwl#17917
Current Behavior
I am encountering an issue with cache invalidation while running tasks in my CI/CD pipeline using Jenkins with the Nx workspace. The problem specifically relates to the inconsistent hash value of the cache, leading to unexpected behavior during the pipeline execution. even after replaying the same pipeline-build without doing any single change, cache is invalidated as hash value is changing
Expected Behavior
The cache should be utilized effectively during the pipeline run, allowing for faster execution times by reusing previously cached results where possible.
GitHub Repo
No response
Steps to Reproduce
Nx Report
Failure Logs
No response
Operating System
Additional Information
valid hash values.
The text was updated successfully, but these errors were encountered: