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

Commit1f42a99

Browse files
author
Vladimir Mechkauskas
committed
-- removed comma
1 parent168cccc commit1f42a99

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

‎_docs/configure-ci-cd-pipeline/introduction-to-codefresh-pipelines.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title:"Introduction to Codefresh pipelines"
3-
description:"",
3+
description:""
44
group:configure-ci-cd-pipeline
55
redirect_from:
66
-/docs/introduction-to-codefresh-pipelines/
@@ -71,4 +71,4 @@ Visit [DockerHub Trigger]({{site.baseurl}}/docs/pipeline-triggers/configure-dock
7171

7272
It is possible to trigger Codefresh pipeline execution periodically, using timer, and`cron` expression.
7373

74-
Visit[Cron Trigger]({{site.baseurl}}/docs/pipeline-triggers/configure-cron-trigger/) page for more details.
74+
Visit[Cron Trigger]({{site.baseurl}}/docs/pipeline-triggers/configure-cron-trigger/) page for more details.

‎_docs/pipeline-triggers/configure-cron-trigger.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title:"Cron Trigger"
3-
description:"",
3+
description:""
44
group:pipeline-triggers
55
redirect_from:
66
-/docs/configure-cron-trigger/
@@ -48,4 +48,4 @@ From now on, every 20 minutes Codefresh will trigger pipeline execution for 2 pi
4848
The following variables will be available for any Codefresh pipeline linked to a`cron``trigger-event`.
4949

5050
-`EVENT_MESSAGE` - free text message (specified during creation)
51-
-`EVENT_TIMESTAMP` - event timestamp in RFC 3339 format
51+
-`EVENT_TIMESTAMP` - event timestamp in RFC 3339 format

‎_docs/pipeline-triggers/configure-dockerhub-trigger.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title:"DockerHub Trigger"
3-
description:"",
3+
description:""
44
group:pipeline-triggers
55
redirect_from:
66
-/docs/configure-dockerhub-trigger/
@@ -87,4 +87,4 @@ The following variables will be available for any Codefresh pipeline linked to a
8787
-`EVENT_TAG`- Docker image tag
8888
-`EVENT_PUSHER`- user who pushed this Docker image
8989
-`EVENT_PUSHED_AT`- timestamp for push event
90-
-`EVENT_PAYLOAD`- original DockerHub Webhook JSON payload
90+
-`EVENT_PAYLOAD`- original DockerHub Webhook JSON payload

‎_docs/pipeline-triggers/introduction-triggers.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title:"Pipeline Triggers"
3-
description:"",
3+
description:""
44
group:pipeline-triggers
55
redirect_from:
66
-/docs/pipeline-triggers/
@@ -63,4 +63,4 @@ Every triggered pipeline get an `event` payload as environment variables with `E
6363

6464
There are two types of payload. Most interesting event properties are passed as individual variables (depending on`trigger-type`) and the original event payload is also passed inside the`EVENT_PAYLOAD` variable.
6565

66-
Any step, within triggered Codefresh pipeline, has access to above`EVENT_*` variables.
66+
Any step, within triggered Codefresh pipeline, has access to above`EVENT_*` variables.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp