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

Commitb3c17d2

Browse files
Content headers for intro pages
1 parentf1d227c commitb3c17d2

File tree

2 files changed

+34
-12
lines changed

2 files changed

+34
-12
lines changed

‎_docs/getting-started/ci-codefresh.md‎

Lines changed: 23 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ Code quality -->
1515

1616
Work in progress
1717

18+
##Code compilation
19+
TBD
1820

1921
##Docker images
2022
WBuilding a Docker image from the source code is probably the most common and basic requirement for a CI pipeline. In Codefresh you can build, push, and promote Docker images, using declarative YAML and credentials that are defined once stored centrally.
@@ -41,8 +43,7 @@ See:
4143
[Promoting Docker images]({{site.baseurl}}/docs/ci-cd-guides/working-with-docker-registries/#viewing-docker-images)
4244

4345

44-
##Code compilation
45-
TBD
46+
4647

4748
##Unit testing
4849
Codefresh supports all testing frameworks, including mocking frameworks, for all popular programming languages. Easily run unit tests on the source code of the application for every commit or pull request (PR) through our freestyle step in pipelines.
@@ -62,6 +63,21 @@ In Codefresh, you can launch these sidecar containers within the pipeline throug
6263
See:
6364
[Run integration tests example]({{site.baseurl}}/docs/example-catalog/ci-examples/run-integrations-tests/)
6465

66+
##Code quality coverage
67+
Good quality code is central to any CI platform or tool. Codefresh integrates with the top code quality platforms/tools in the market to track code coverage, inspect code quailty, and generate code-coverage analysis reports.
68+
69+
Three steps to
70+
* Set up integrations with the platforms/tools (Coverall, SonarQube, Codecov, for example).
71+
* Copy and paste the ready-to-use step for your platform/tool into your pipeline from our[Plug-ins library](https://codefresh.io/steps/){:target="\_blank"}.
72+
* Reference them by name in the pipeline step, and view the updated reports in the respective UIs.
73+
74+
See:
75+
[Code coverage examples]({{site.baseurl}}/docs/example-catalog/examples/#code-coverage-examples)
76+
77+
##Linting/Validating
78+
79+
TBD
80+
6581
##Security scanning
6682
Security scans are critical to deploying quality code. With Codefresh, in addition you can control when to implement the security scan, and then view the scan results in the Codefresh UI, without having to go to the security platform.
6783

@@ -80,19 +96,15 @@ Correlate the Docker images in Codefresh with the results of the security scanni
8096
See:
8197
[Security scanning tests]({{site.baseurl}}/docs/testing/security-scanning/)
8298
[Test reporting modes]({{site.baseurl}}/docs/testing/test-reports/)
83-
[Metadata in Docker images]({{site.baseurl}}/docs/pipelines//docker-image-metadata/)
99+
[Metadata in Docker images]({{site.baseurl}}/docs/pipelines//docker-image-metadata/)
84100

85101

102+
##Notifications
103+
104+
TBD
105+
86106

87-
##Code quality coverage
88-
Good quality code is central to any CI platform or tool. Codefresh integrates with the top code quality platforms/tools in the market to track code coverage, inspect code quailty, and generate code-coverage analysis reports.
89107

90-
Three steps to
91-
* Set up integrations with the platforms/tools (Coverall, SonarQube, Codecov, for example).
92-
* Copy and paste the ready-to-use step for your platform/tool into your pipeline from our[Plug-ins library](https://codefresh.io/steps/){:target="\_blank"}.
93-
* Reference them by name in the pipeline step, and view the updated reports in the respective UIs.
94108

95-
See:
96-
[Code coverage examples]({{site.baseurl}}/docs/example-catalog/examples/#code-coverage-examples)
97109

98110

‎_docs/getting-started/gitops-codefresh.md‎

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,14 @@ group: getting-started
55
toc:true
66
---
77

8-
Work in progress TBD
8+
Work in progress TBD
9+
10+
##Brief intro to GitOps
11+
12+
##Brief intro to Argo CD
13+
14+
##Brief intro to GitOps Runtimes with Codefresh
15+
16+
##Brief into to application deployment
17+
18+
##Rest of Argo Rollouts, Workflows etc

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp