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

Commit7e62afe

Browse files
Updates to existing docs
1 parent696f42c commit7e62afe

File tree

4 files changed

+70
-68
lines changed

4 files changed

+70
-68
lines changed

‎_data/nav.yml‎

Lines changed: 62 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
-title:Create a Codefresh Account
44
-title:Create a Basic Pipeline
55
-title:Frequently Asked Questions
6-
url:"/faq"
6+
url:"/faq"
77
-title:On-demand environments
88
-title:Deployment to Kubernetes
99
url:"/deployment-to-kubernetes-quick-start-guide"
@@ -15,7 +15,7 @@
1515
-title:"Introduction to Codefresh pipelines"
1616
url:"/introduction-to-codefresh-pipelines"
1717
-title:"Creating pipelines"
18-
url:"/pipelines"
18+
url:"/pipelines"
1919
-title:"Triggers"
2020
url:"/triggers"
2121
sub-pages:
@@ -34,14 +34,14 @@
3434
-title:"Monitoring Pipelines"
3535
-title:"Shared Configuration"
3636
-title:"Caching"
37-
url:"/pipeline-caching"
37+
url:"/pipeline-caching"
3838
-title:"Public logs and status badges"
3939
url:"/build-status"
4040
-title:Running pipelines locally
41-
url:"/running-pipelines-locally"
41+
url:"/running-pipelines-locally"
4242
-title:Debugging pipelines
43-
url:"/debugging-pipelines"
44-
43+
url:"/debugging-pipelines"
44+
4545
-title:Learn by example
4646
url:"/learn-by-example"
4747
pages:
@@ -51,18 +51,18 @@
5151
-title:'Go Web Docker'
5252
url:"/golang-hello-world"
5353
-title:'Go CLI'
54-
url:"/goreleaser"
54+
url:"/goreleaser"
5555
-title:Java
5656
url:"/java"
5757
sub-pages:
58-
-title:Spring Boot 2
58+
-title:Spring Boot 2/Maven
5959
url:"/spring-boot-2"
6060
-title:Gradle
6161
url:"/gradle"
6262
-title:Publish JAR
63-
url:"/publish-jar"
63+
url:"/publish-jar"
6464
-title:Spring Tomcat
65-
url:"/spring-mvc-jdbc-template"
65+
url:"/spring-mvc-jdbc-template"
6666
-title:Node.js
6767
url:"/nodejs"
6868
sub-pages:
@@ -73,7 +73,7 @@
7373
-title:React
7474
url:"/react"
7575
-title:Php
76-
url:"/php"
76+
url:"/php"
7777
-title:Python
7878
url:"/python"
7979
sub-pages:
@@ -89,19 +89,19 @@
8989
-title:'C'
9090
url:"/c-make"
9191
-title:'C++'
92-
url:"/cpp-cmake"
92+
url:"/cpp-cmake"
9393
-title: C# (.NET Core)
9494
url:"/dotnet"
9595
-title:Scala
9696
url:"/scala"
9797
sub-pages:
9898
-title:'Scala: Hello World'
99-
url:"/scala-hello-world"
99+
url:"/scala-hello-world"
100100
-title:Mobile
101101
url:"/mobile"
102102
sub-pages:
103103
-title:'Android'
104-
url:"/android"
104+
url:"/android"
105105
-title:General
106106
url:"/general"
107107
sub-pages:
@@ -119,38 +119,38 @@
119119
url:"/steps"
120120
sub-pages:
121121
-title:"Git-Clone"
122-
url:"/git-clone"
122+
url:"/git-clone"
123123
-title:"Freestyle"
124124
url:"/freestyle"
125125
-title:"Build"
126-
url:"/build"
126+
url:"/build"
127127
-title:"Push"
128-
url:"/push"
128+
url:"/push"
129129
-title:"Composition"
130130
url:"/composition"
131131
-title:"Launch-Composition"
132132
url:"launch-composition"
133133
-title:"Deploy"
134134
url:"/deploy"
135135
-title:"Approval"
136-
url:"/approval"
136+
url:"/approval"
137137
-title:Stages
138138
url:"/stages"
139139
-title:"Variables"
140-
url:"/variables"
140+
url:"/variables"
141141
-title:"Conditional Execution of Steps"
142-
url:"/conditional-execution-of-steps"
142+
url:"/conditional-execution-of-steps"
143143
-title:"Service containers"
144-
url:"/service-containers"
144+
url:"/service-containers"
145145
-title:"Post-Step Operations"
146-
url:"/post-step-operations"
146+
url:"/post-step-operations"
147147
-title:"Parallel steps"
148148
url:"/advanced-workflows"
149149
-title:"Deployment environments"
150150
url:"/deployment-environments"
151151
-title:"Expression Condition Syntax"
152152
url:"/expression-condition-syntax"
153-
-title:"Annotations"
153+
-title:"Annotations"
154154
url:"/annotations"
155155

156156

@@ -178,11 +178,11 @@
178178
-title:Build an Image with Build Arguments
179179
url:"/build-an-image-with-build-arguments"
180180
-title:Shared volumes between builds
181-
url:"/shared-volumes-between-builds"
181+
url:"/shared-volumes-between-builds"
182182
-title:Use Git Hash in CI
183-
url:"/get-short-sha-id-and-use-it-in-a-ci-process"
183+
url:"/get-short-sha-id-and-use-it-in-a-ci-process"
184184
-title:Calling other pipelines
185-
url:"/call-child-pipelines"
185+
url:"/call-child-pipelines"
186186

187187
-title:Run Unit Tests
188188
url:"/run-unit-tests"
@@ -207,7 +207,7 @@
207207
-title:Launch Composition
208208
url:"/launch-composition"
209209
-title:Use Docker compose
210-
url:"/launching-a-composition-and-defining-a-service-environment-variables-using-a-file"
210+
url:"/launching-a-composition-and-defining-a-service-environment-variables-using-a-file"
211211

212212

213213

@@ -220,14 +220,14 @@
220220
-title:Spring Boot + Kafka + Zookeeper
221221
url:"/spring-boot-kafka-zookeeper"
222222
-title:Web terminal
223-
url:"/web-terminal"
223+
url:"/web-terminal"
224224

225225
-title:Deploy to VM
226-
url:"/packer-gcloud"
226+
url:"/packer-gcloud"
227227
-title:Use kubectl as part of Freestyle step
228228
url:"/use-kubectl-as-part-of-freestyle-step"
229229
-title:Deploy with Helm
230-
url:"/helm"
230+
url:"/helm"
231231
-title:Deploy with Terraform
232232
url:"/terraform"
233233
-title:Deploy with Pulumi
@@ -245,9 +245,9 @@
245245
url:"/docker-registries"
246246
pages:
247247
-title:"Codefresh Docker Registry"
248-
url:"/codefresh-registry"
248+
url:"/codefresh-registry"
249249
-title:"Working with Docker registries"
250-
url:"/working-with-docker-registries"
250+
url:"/working-with-docker-registries"
251251
-title:"Image Metadata Annotations"
252252
url:"/metadata-annotations"
253253
-title:"External Docker Registries"
@@ -276,17 +276,17 @@
276276
-title:"Integration Tests"
277277
url:"/integration-tests"
278278
-title:"Test Reports"
279-
url:"/test-reports"
279+
url:"/test-reports"
280280
-title:Creating compositions
281281
url:"/create-composition"
282282
-title:Dynamic preview environments
283283
url:"/automatic-preview-environments"
284-
-title:Composition Service Discovery
285-
url:"/composition-service-discovery"
284+
-title:Composition Service Discovery
285+
url:"/composition-service-discovery"
286286
-title:Security Scanning
287287
url:"/security-scanning"
288288
-title:SonarQube Scanning
289-
url:"/sonarqube-integration"
289+
url:"/sonarqube-integration"
290290

291291
-title:Deploy to Kubernetes
292292
url:"/deploy-to-kubernetes"
@@ -298,25 +298,25 @@
298298
-title:Manage your Kubernetes cluster
299299
url:"/manage-kubernetes"
300300
-title:Environment Dashboard
301-
url:"/environment-dashboard"
301+
url:"/environment-dashboard"
302302
-title:Accessing a Docker registry from Kubernetes
303303
url:"/access-docker-registry-from-kubernetes"
304304
-title:Add config maps to your namespaces
305305
url:"/add-config-maps-to-your-namespaces"
306306
-title:Kubernetes manifest templates
307-
url:"/kubernetes-templating"
307+
url:"/kubernetes-templating"
308308
-title:Run custom kubectl commands
309-
url:"/custom-kubectl-commands"
309+
url:"/custom-kubectl-commands"
310310
-title:Example - Deploy demochat to Kubernetes cluster
311-
url:"/codefresh-kubernetes-integration-demochat-example"
311+
url:"/codefresh-kubernetes-integration-demochat-example"
312312

313313
-title:"Helm Deployments"
314314
url:"/new-helm"
315315
pages:
316316
-title:Helm best practices
317-
url:"/helm-best-practices"
317+
url:"/helm-best-practices"
318318
-title:Using Helm in a Codefresh pipeline
319-
url:"/using-helm-in-codefresh-pipeline"
319+
url:"/using-helm-in-codefresh-pipeline"
320320
-title:Helm Releases management
321321
url:"/helm-releases-management"
322322
-title:Codefresh Managed Helm Repos
@@ -332,7 +332,7 @@
332332
url:"/deploy-your-containers"
333333
pages:
334334
-title:Microsoft Azure
335-
url:"/microsoft-azure"
335+
url:"/microsoft-azure"
336336
-title:Amazon ECS/Fargate
337337
url:"/amazon-ecs"
338338
-title:Elastic Beanstalk
@@ -365,44 +365,44 @@
365365
url:"/enterprise"
366366
pages:
367367
-title:Installation Options
368-
url:"/installation-security"
368+
url:"/installation-security"
369369
-title:Codefresh behind the firewall
370-
url:"/behind-the-firewall"
370+
url:"/behind-the-firewall"
371371
-title:Codefresh Runner
372-
url:"/codefresh-runner"
372+
url:"/codefresh-runner"
373373
-title:Enterprise Account Management
374374
url:"/ent-account-mng"
375375
-title:Single Sign-On
376376
url:"/single-sign-on"
377377
sub-pages:
378378
-title:SAML2
379379
url:"/sso-setup-saml2"
380-
-title:OpenID Connect
380+
-title:OpenID Connect
381381
url:"/sso-setup-oauth2"
382-
-title:Auth0
382+
-title:Auth0
383383
url:"/sso-auth0"
384-
-title:Azure
384+
-title:Azure
385385
url:"/sso-azure"
386-
-title:LDAP
387-
url:"/sso-ldap"
388-
-title:Okta
386+
-title:LDAP
387+
url:"/sso-ldap"
388+
-title:Okta
389389
url:"/sso-okta"
390390
-title:OneLogin
391391
url:"/sso-onelogin"
392392
-title:Access Control
393-
url:"/access-control"
393+
url:"/access-control"
394394
-title:Audit Logs
395-
url:"/audit-logs"
395+
url:"/audit-logs"
396396
-title:Hybrid installation (legacy)
397-
url:"/codefresh-hybrid"
397+
url:"/codefresh-hybrid"
398398

399399
-title:Incubation
400400
url:"/incubation"
401401
pages:
402402
-title:Windows Container Support Overview (Beta)
403403
url:"/windows-beta"
404404
-title:Mac OSX and iOS builds
405-
url:"/osx-ios-builds"
405+
url:"/osx-ios-builds"
406406
-title:ARM architecture support
407407
url:"/arm-support"
408408

@@ -423,19 +423,19 @@
423423
-title:Can’t find your private repositories
424424
url:"/cant-find-your-private-repositories"
425425
-title:'Clone step failed: Command [git checkout $REVISION] exited with code [1]'
426-
url:"/git-clone-step-issue"
426+
url:"/git-clone-step-issue"
427427
-title:Handling commit messages with a quote character
428-
url:"/handling-commit-messages-with-quotes"
428+
url:"/handling-commit-messages-with-quotes"
429429
-title:The docker image does not exist or no pull access
430430
url:"/the-docker-image-does-not-exist-or-no-pull-access"
431431
-title:'Build step: No such file or directory'
432-
url:"/build-step-no-such-file-or-directory"
432+
url:"/build-step-no-such-file-or-directory"
433433
-title:No Dockerfile found
434434
url:"/no-dockerfile-found"
435435
-title:Could not tag image
436-
url:"/could-not-tag-image"
436+
url:"/could-not-tag-image"
437437
-title:Error Code 137
438-
url:"/error-code-137"
438+
url:"/error-code-137"
439439
-title:Restoring data from pre-existing image hangs on
440440
url:"/restoring-data-from-pre-existing-image-hangs-on"
441441
-title:Disabling codefresh caching mechanisms
@@ -453,7 +453,7 @@
453453
-title:Git step migration
454454
url:"/git-step-migration"
455455
-title:Personal Git Deprecation
456-
url:"/personal-git-deprecation"
456+
url:"/personal-git-deprecation"
457457
-title:Whats new?
458458
url:"/whats-new"
459459
pages:

‎_docs/configure-ci-cd-pipeline/debugging-pipelines.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ In addition to [running pipelines locally]({{site.baseurl}}/docs/configure-ci-cd
1111
1212
##How Debugging works
1313

14-
The Codefresh pipeline debugger works similar to your IDE debugger. You can place breakpoints on one or more pipeline steps and once the pipeline hits one of them, it will stop. You will then get a terminal like interface inside your pipeline step where you can run any commands that you wish in order to understand the state of the container
14+
The Codefresh pipeline debugger works similar to your IDE debugger. You can place breakpoints on one or more pipeline steps and once the pipeline hits one of them, it will stop. You will then get a terminal like interface inside your pipeline step where you can run any commands that you wish in order to understand the state of the container.
1515

1616

1717
{%

‎_docs/learn-by-example/java/gradle.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Codefresh can work with Gradle builds in a similar manner as with [Maven builds]
1616
You can see the example project at[https://github.com/codefresh-contrib/gradle-sample-app](https://github.com/codefresh-contrib/gradle-sample-app). The repository contains a Spring Boot 2 project built with Gradle with the following tasks:
1717

1818
*`gradle test` runs unit tests.
19-
*`gradle build` creates a self-container jar file (using Spring boot).
19+
*`gradle build` creates a self-contained jar file (using Spring boot).
2020

2121
Once launched the application presents a simple message at localhost:8080 and also at the various`/actuator/health` endpoints.
2222

@@ -205,4 +205,4 @@ Once the pipeline is finished you will see the Spring Boot 2 Docker image in the
205205
*[Codefresh YAML]({{site.baseurl}}/docs/codefresh-yaml/what-is-the-codefresh-yaml/)
206206
*[Pipeline steps]({{site.baseurl}}/docs/codefresh-yaml/steps/)
207207
*[Creating pipelines]({{site.baseurl}}/docs/configure-ci-cd-pipeline/pipelines/)
208-
*[How pipelines work]({{site.baseurl}}/docs/configure-ci-cd-pipeline/introduction-to-codefresh-pipelines/)
208+
*[How pipelines work]({{site.baseurl}}/docs/configure-ci-cd-pipeline/introduction-to-codefresh-pipelines/)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp