Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit126a531

Browse files
remove note about successful build for caching (#301)
1 parent48b0c1d commit126a531

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎_docs/configure-ci-cd-pipeline/pipeline-caching.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ Some important points on this caching mechanism:
240240
* The volume is handled and managed by Codefresh in a completely transparent manner. You**DO NOT** need any`volume` directives in your pipelines to take advantage of it. The volume is even present in[service containers]({{site.baseurl}}/docs/codefresh-yaml/service-containers/) for integration tests.
241241
* On each build the[clone step]({{site.baseurl}}/docs/codefresh-yaml/steps/git-clone/) will purge/delete everything that is not placed in`.gitignore`. So make sure that your`.gitignore` files contain all the things that you want to see cached (e.g.`node_modules`)
242242
* If you use the SAAS version of Codefresh, volumes will be reused across all your account pipelines. If you use the On-prem or Hybrid version of Codefresh, pipeline volumes can be scoped to different pipelines or triggers as well
243-
*The volume is only saved when the pipeline is successful.You need at least one successful build of your pipeline in order for the cache mechanism to take any effect.
243+
* You need at least one build of your pipeline in order for the cache mechanism to take any effect.
244244
* The volume is**NOT available** in[build steps]({{site.baseurl}}/docs/codefresh-yaml/steps/build/). This is not a Codefresh limitation. Docker itself[does not allow volumes during builds](https://github.com/moby/moby/issues/14080). There is no folder`/codefresh/volume` inside a Dockerfile for you to access.
245245
* This is the only caching mechanism that is not related to Docker images. So if you compile/package a traditional application with Codefresh that is not packaged as a Docker image this is the only way to get faster builds.
246246

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp