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

Commite4247af

Browse files
committed
Update ci examples
Fixes after QA
1 parent1fcd1f0 commite4247af

19 files changed

+59
-62
lines changed

‎_data/nav.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
149149
url:"/shared-volumes-of-service-from-composition-step-for-other-yml-steps"
150150
-title:Import data to MongoDB
151151
url:"/import-data-to-mongodb"
152-
-title:VaultSecrets in the Pipeline
152+
-title:Vaultsecrets pipelines
153153
url:"/vault-secrets-in-the-pipeline"
154154
-title:Decrypt with Mozilla SOPS
155155
url:"/decryption-with-mozilla-sops"

‎_docs/example-catalog/ci-examples/codacy-testing.md‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ max-width="100%"
1919

2020
##Prerequisites for using Codacy
2121
<!--- check with Kostis-->
22-
* A simple[Codefresh pipeline, up and running]({{site.baseurl}}/docs/getting-started/create-a-basic-pipeline/)
22+
* A simple[Codefresh pipeline, up and running]({{site.baseurl}}/docs/quick-start/ci-quickstart/create-ci-pipeline/)
2323
* A[Codacy account](https://www.codacy.com/){:target="\_blank"} (free, pro or enterprise)
2424
* A testing tool added to your project that produces coverage reports
2525

@@ -53,7 +53,7 @@ max-width="80%"
5353

5454
##Codefresh pipeline
5555

56-
In casethe projectthatyou want to use Codacy in does not have a pipeline,[create a new pipeline]({{site.baseurl}}/docs/getting-started/create-a-basic-pipeline/).
56+
Ifthe project you want to use Codacy in does not have a pipeline,[create a new pipeline]({{site.baseurl}}/docs/quick-start/ci-quickstart/create-ci-pipeline/).
5757

5858
{% include image.html
5959
lightbox="true"
@@ -75,7 +75,7 @@ alt="Provide Codacy ENV variable"
7575
max-width="80%"
7676
%}
7777

78-
Once the variable is called through the[Codefreshyml syntax]({{site.baseurl}}/docs/pipelines/variables/), it automatically uses the value provided within the variables section. If you are using this example as your pipeline, please delete anything in your pipeline. We can then add the following pipeline to our Inline YAML within the Workflow section in our UI:
78+
Once the variable is called through the[CodefreshYAML syntax]({{site.baseurl}}/docs/pipelines/variables/), it automatically uses the value provided within the variables section. If you are using this example as your pipeline, please delete anything in your pipeline. We can then add the following pipeline to our Inline YAML within the Workflow section in our UI:
7979

8080
{% highlight yaml %}
8181
{% raw %}
@@ -171,4 +171,4 @@ max-width="90%"
171171
[Steps in pipelines]({{site.baseurl}}/docs/pipelines/steps/)
172172
[Unit tests]({{site.baseurl}}/docs/testing/unit-tests/)
173173
[Integration tests]({{site.baseurl}}/docs/testing/integration-tests/)
174-
[Sonarqube Integration]({{site.baseurl}}/docs/testing/sonarqube-integration/)
174+
[SonarQube Integration]({{site.baseurl}}/docs/testing/sonarqube-integration/)

‎_docs/example-catalog/ci-examples/codecov-testing.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ max-width="50%"
1919

2020
##Prerequisites for using Codecov
2121

22-
* Asimple[Codefresh pipeline up and running](https://codefresh.io/docs/docs/getting-started/create-a-codefresh-account/)
22+
* A[Codefresh pipeline, up and running]({{site.baseurl}}/docs/administration/account-user-management/create-codefresh-account/)
2323
* A[Codecov account](https://codecov.io/){:target="\_blank"} (free or enterprise)
2424
* A testing tool added to your project that produces coverage reports
2525

@@ -124,5 +124,5 @@ max-width="50%"
124124
[Steps in pipelines]({{site.baseurl}}/docs/pipelines/steps/)
125125
[Unit tests]({{site.baseurl}}/docs/testing/unit-tests/)
126126
[Integration tests]({{site.baseurl}}/docs/testing/integration-tests/)
127-
[Sonarqube Integration]({{site.baseurl}}/docs/testing/sonarqube-integration/)
127+
[SonarQube integration]({{site.baseurl}}/docs/testing/sonarqube-integration/)
128128

‎_docs/example-catalog/ci-examples/coveralls-testing.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ max-width="80%"
1919

2020
##Prerequisites for using Coveralls
2121

22-
* A simple[Codefresh pipeline up and running](https://codefresh.io/docs/docs/getting-started/create-a-codefresh-account/)
22+
* A simple[Codefresh pipeline up and running]({{site.baseurl}}/docs/administration/account-user-management/create-codefresh-account/)
2323
* A[Coveralls account](https://coveralls.io/) (free or enterprise) -- Note that all open-source projects are free on Coveralls
2424
* A testing tool added to your project that produces coverage reports
2525

@@ -84,7 +84,7 @@ max-width="80%"
8484
##Codefresh pipeline
8585

8686
<!--change the x-ref after final update-->
87-
In casethe projectthatyou want to use Coveralls in does not have a pipeline,[create a new pipeline]({{site.baseurl}}/docs/getting-started/create-a-basic-pipeline/).
87+
Ifthe project you want to use Coveralls in does not have a pipeline,[create a new pipeline]({{site.baseurl}}/docs/quick-start/ci-quickstart/create-ci-pipeline/).
8888

8989
{% include image.html
9090
lightbox="true"
@@ -218,4 +218,4 @@ max-width="80%"
218218
[Steps in pipelines]({{site.baseurl}}/docs/pipelines/steps/)
219219
[Unit tests]({{site.baseurl}}/docs/testing/unit-tests/)
220220
[Integration tests]({{site.baseurl}}/docs/testing/integration-tests/)
221-
[Sonarqube Integration]({{site.baseurl}}/docs/testing/sonarqube-integration/)
221+
[SonarQube integration]({{site.baseurl}}/docs/testing/sonarqube-integration/)

‎_docs/example-catalog/ci-examples/decryption-with-mozilla-sops.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ toc: true
88

99
##Prerequisites
1010

11-
- A[freeCodefresh account]({{site.baseurl}}/docs/administration/create-a-codefresh-account/)
11+
- A[Codefresh account]({{site.baseurl}}/docs/administration/account-user-management/create-codefresh-account/)
1212
- A public and private GnuGP key pair
1313
- A credentials yaml, that is encrypted using Mozilla SOPS, and stored in your repository
1414

@@ -92,7 +92,7 @@ caption="Pipeline Variables"
9292
max-width="90%"
9393
%}
9494

95-
You can also add this [directly in the YAML itself]({{site.baseurl}}/docs/how-to-guides/migrating-from-travis-ci/#environment-variables).
95+
<!---You can also add this [directly in the YAML itself]({{site.baseurl}}/docs/ci-cd-guides/migrating-from-travis-ci/#environment-variables). -->
9696

9797
Here is the entire pipeline:
9898

‎_docs/example-catalog/ci-examples/fan-in-fan-out.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ You can achieve parallelism in your Codefresh pipelines by using the following:
2727

2828
##Prerequisites
2929

30-
- A[free Codefresh account]({{site.baseurl}}/docs/getting-started/create-a-codefresh-account/)
30+
- A[free Codefresh account]({{site.baseurl}}/_docs/administration/account-user-management/create-codefresh-account/)
3131

3232
##Example project
3333

@@ -190,7 +190,7 @@ The order of your build steps doesn't matter in this case, each step is executed
190190
- Step3 (smoke tests) does not execute until Step2 is completed
191191
- Step3 and Step4 fan in to the final step, Step5 (integration tests)
192192

193-
This pipelineconsists of the following:
193+
This pipelinedoes the following:
194194

195195
1. Clones the main repository through a[Git-clone step]({{site.baseurl}}/docs/pipelines/steps/git-clone/).
196196
2. Builds the cloned source code into a Docker image through a[build step]({{site.baseurl}}/docs/pipelines/steps/build/).

‎_docs/example-catalog/ci-examples/gitops-secrets.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ toc: true
88

99
##Prerequisites
1010

11-
- A[freeCodefresh account]({{site.baseurl}}/docs/getting-started/create-a-codefresh-account/)
11+
- A[Codefresh account]({{site.baseurl}}/docs/administration/account-user-management/create-codefresh-account/)
1212
- A Kubernetes cluster
1313
- The[Codefresh GitOps agent]({{site.baseurl}}/docs/integrations/argocd/) installed on the cluster
1414

@@ -223,7 +223,7 @@ manifests. In an actual application, you should have two Git repositories (one o
223223
##Related articles
224224
[CI/CD pipeline examples]({{site.baseurl}}/docs/example-catalog/examples/#ci-examples)
225225
[Codefresh GitOps]({{site.baseurl}}/docs/ci-cd-guides/gitops-deployments/)
226-
[Using secrets]({{site.baseurl}}/docs/pipelines/secrets-store/)
226+
[Using secrets]({{site.baseurl}}/docs/pipelines/configuration/secrets-store/)
227227
[Secrets with Mozilla Sops]({{site.baseurl}}/docs/example-catalog/ci-examples/decryption-with-mozilla-sops/)
228228
[Vault Secrets in the Pipeline]({{site.baseurl}}/docs/example-catalog/ci-examples/vault-secrets-in-the-pipeline/)
229229

‎_docs/example-catalog/ci-examples/integration-tests-with-mongo.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,9 @@ Notice that we also use the `readiness` property in the testing phase so that we
9292
##Related articles
9393
[CI/CD pipeline examples]({{site.baseurl}}/docs/example-catalog/examples/#ci-examples)
9494
[Integration test example]({{site.baseurl}}/docs/example-catalog/ci-examples/run-integration-tests/)
95-
[IntegrationTests with Postgres]({{site.baseurl}}/docs/example-catalog/ci-examples/integration-tests-with-postgres/)
96-
[IntegrationTests with MySQL]({{site.baseurl}}/docs/example-catalog/ci-examples/integration-tests-with-mysql/)
97-
[IntegrationTests with Redis]({{site.baseurl}}/docs/example-catalog/ci-examples/integration-tests-with-redis/)
95+
[Integrationtests with Postgres]({{site.baseurl}}/docs/example-catalog/ci-examples/integration-tests-with-postgres/)
96+
[Integrationtests with MySQL]({{site.baseurl}}/docs/example-catalog/ci-examples/integration-tests-with-mysql/)
97+
[Integrationtests with Redis]({{site.baseurl}}/docs/example-catalog/ci-examples/integration-tests-with-redis/)
9898

9999

100100

‎_docs/example-catalog/ci-examples/integration-tests-with-mysql.md‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The integration tests look for a MySQL connection at `test_mysql_db:3306`.
3030

3131
##Example NodeJS project
3232

33-
You can see the example project at[https://github.com/codefreshdemo/cf-example-unit-tests-with-composition](https://github.com/codefreshdemo/cf-example-unit-tests-with-composition){:target=\_blank"}. The repository contains the NodeJS source code and the simple integration test.
33+
You can see the example project at[https://github.com/codefreshdemo/cf-example-unit-tests-with-composition](https://github.com/codefreshdemo/cf-example-unit-tests-with-composition){:target="\_blank"}. The repository contains the NodeJS source code and the simple integration test.
3434

3535
You can play with it locally by using Docker compose to launch both the application and the MySQL Database.
3636

@@ -105,6 +105,6 @@ Notice that we also use the `readiness` property in the testing phase so that we
105105
##Related articles
106106
[CI/CD pipeline examples]({{site.baseurl}}/docs/example-catalog/examples/#ci-examples)
107107
[Integration test example]({{site.baseurl}}/docs/example-catalog/ci-examples/run-integration-tests/)
108-
[IntegrationTests with Postgres]({{site.baseurl}}/docs/example-catalog/ci-examples/integration-tests-with-postgres/)
109-
[IntegrationTests with Redis]({{site.baseurl}}/docs/example-catalog/ci-examples/integration-tests-with-redis/)
110-
[IntegrationTests with Mongo]({{site.baseurl}}/docs/example-catalog/ci-examples/integration-tests-with-mongo/)
108+
[Integrationtests with Postgres]({{site.baseurl}}/docs/example-catalog/ci-examples/integration-tests-with-postgres/)
109+
[Integrationtests with Redis]({{site.baseurl}}/docs/example-catalog/ci-examples/integration-tests-with-redis/)
110+
[Integrationtests with Mongo]({{site.baseurl}}/docs/example-catalog/ci-examples/integration-tests-with-mongo/)

‎_docs/example-catalog/ci-examples/integration-tests-with-postgres.md‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,9 @@ Notice that we also use the `readiness` property in the testing phase so that we
9191
##Related articles
9292
[CI/CD pipeline examples]({{site.baseurl}}/docs/example-catalog/examples/#ci-examples)
9393
[Integration test example]({{site.baseurl}}/docs/example-catalog/ci-examples/run-integration-tests/)
94-
[IntegrationTests with MySQL]({{site.baseurl}}/docs/example-catalog/ci-examples/integration-tests-with-mysql/)
95-
[IntegrationTests with Redis]({{site.baseurl}}/docs/example-catalog/ci-examples/integration-tests-with-redis/)
96-
[IntegrationTests with Mongo]({{site.baseurl}}/docs/example-catalog/ci-examples/integration-tests-with-mongo/)
97-
[Preload a DB withtests data]({{site.baseurl}}/docs/example-catalog/ci-examples/populate-a-database-with-existing-data/)
94+
[Integrationtests with MySQL]({{site.baseurl}}/docs/example-catalog/ci-examples/integration-tests-with-mysql/)
95+
[Integrationtests with Redis]({{site.baseurl}}/docs/example-catalog/ci-examples/integration-tests-with-redis/)
96+
[Integrationtests with Mongo]({{site.baseurl}}/docs/example-catalog/ci-examples/integration-tests-with-mongo/)
97+
[Preload a DB withtest data]({{site.baseurl}}/docs/example-catalog/ci-examples/populate-a-database-with-existing-data/)
9898

9999

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp