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

Commite45c991

Browse files
committed
update docs according to cli change
1 parentdd864d5 commite45c991

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,16 @@ When creating a `cron`` trigger-event`, it is possible to specify a short text m
2929

3030
Visit[this page](https://github.com/codefresh-io/cronus/blob/master/docs/expression.md) to learn about supported`cron` expression format and aliases.
3131

32-
####Link Codefresh trigger-event to the pipeline
32+
####Setup pipeline trigger
3333

34-
Now,link previously defined`cron``trigger-event` to one ore more Codefresh pipelines.
34+
Now,lets create a new pipeline trigger, linking previously defined`cron``trigger-event` to one ore more Codefresh pipelines.
3535

3636
```sh
37-
#link trigger-event UID to the pipeline UID
38-
codefreshlink"cron:codefresh:codefresh:0 */20 * * * *:hello-once-in-20-min:107e9db97062" 7a5622e4b1ad5ba0018a3c9c
37+
#create trigger, linking trigger-event UID to the pipeline UID
38+
codefreshcreate trigger"cron:codefresh:codefresh:0 */20 * * * *:hello-once-in-20-min:107e9db97062" 7a5622e4b1ad5ba0018a3c9c
3939

40-
#link the same trigger-event to another pipeline
41-
codefreshlink"cron:codefresh:codefresh:0 */20 * * * *:hello-once-in-20-min:107e9db97062" 4a5634e4b2cd6baf021a3c0a
40+
#create another trigger, linking the same trigger-event to another pipeline
41+
codefreshcreate trigger"cron:codefresh:codefresh:0 */20 * * * *:hello-once-in-20-min:107e9db97062" 4a5634e4b2cd6baf021a3c0a
4242
```
4343

4444
From now on, every 20 minutes Codefresh will trigger pipeline execution for 2 pipeline linked to the previously specified`cron``trigger-event` (once in 20 minutes)

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,16 +64,16 @@ help: >-
6464
1. add a new Webhook with previously copied `endpoint` URL
6565

6666

67-
####Link Codefresh trigger-event to the pipeline
67+
####Setup pipeline trigger
6868

69-
Now,link previously defined DockerHub push `codefresh/fortune` `trigger-event` to one ore more Codefresh pipelines.
69+
Now,lets setup a new pipeline trigger, linking previously defined DockerHub push `codefresh/fortune` `trigger-event` to one ore more Codefresh pipelines.
7070

7171
```sh
72-
#link trigger-event UID to the pipeline UID
73-
codefreshlink "registry:dockerhub:codefresh:fortune:push:107e9db97062" 7a5622e4b1ad5ba0018a3c9c
72+
#create trigger, linking trigger-event UID to the pipeline UID
73+
codefreshcreate trigger "registry:dockerhub:codefresh:fortune:push:107e9db97062" 7a5622e4b1ad5ba0018a3c9c
7474
75-
#link the same trigger-event to another pipeline
76-
codefreshlink "registry:dockerhub:codefresh:fortune:push:107e9db97062" 4a5634e4b2cd6baf021a3c0a
75+
#create another trigger, linking the same trigger-event to another pipeline
76+
codefreshcreate trigger "registry:dockerhub:codefresh:fortune:push:107e9db97062" 4a5634e4b2cd6baf021a3c0a
7777
```
7878

7979
From now on, Codefresh will trigger pipeline execution when new `codefresh/fortune` image is pushed to the DockerHub.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp