8000 fix 301 link · github-cloud/circleci-docs@f970353 · GitHub
[go: up one dir, main page]

Skip to content

Commit f970353

Browse files
fix 301 link
1 parent 0e98f42 commit f970353

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jekyll/_docs/migrating-from-jenkins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ CircleCI is a very different product from Jenkins with a lot of different concep
2626
- echo "Probably copy-pasted from 'Execute Shell' on Jenkins"
2727
</pre>
2828

29-
Some programs and utilities are [pre-installed on CircleCI]({{ site.baseurl }}/environment/), but anything else required by your build m 50C2 ust be installed in the `dependencies` section. Your project’s dependencies will be [cached]({{ site.baseurl }}/how-cache-works) for the next build, so that they only need to be fully downloaded and installed once.
29+
Some programs and utilities are [pre-installed on CircleCI]({{ site.baseurl }}/environment/), but anything else required by your build must be installed in the `dependencies` section. Your project’s dependencies will be [cached]({{ site.baseurl }}/how-cache-works/) for the next build, so that they only need to be fully downloaded and installed once.
3030

3131
3. **Manual configuration:** If CircleCI’s inference doesn’t work for your project, or if you were using other plugins or options than “Execute Shell” in Jenkins to run your build steps, then you may need to manually port your build from Jenkins. This is usually pretty simple as documented [here]({{ site.baseurl }}/manually/).
3232

0 commit comments

Comments
 (0)
0