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

Commitf093d9b

Browse files
authored
Update git-triggers.md (#975)
Added new github PR and release triggers
1 parent3be90ef commitf093d9b

File tree

1 file changed

+39
-29
lines changed

1 file changed

+39
-29
lines changed

‎_docs/pipelines/triggers/git-triggers.md‎

Lines changed: 39 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ max-width="50%"
6969
|**Trigger Name**| Required. A freetext name for the Git trigger.|
7070
|**Description**| Optional. A freetext description.|
7171
|**Repository**| The repository in the Git provider account to track for the trigger event. You can select any repository, even one different from that used for the code checkout.|
72-
|**Trigger By**| The event or events for which to trigger the pipeline. Trigger events vary according to the Git provider selected. <br>The Push Commit option, enabled by default, means that this pipeline will run for*any* commit as long as its source branch matches the naming scheme. This includes commits on pull requests. <br>The PR options mean that this pipeline will run only on the respective events that happen on aPull Request. You can select multiple options to further fine-tune the exact event. If you are interested in all events, select AnyPull Request event. <br><br>See: <br>[GitHub trigger events](#github-trigger-events)<br>[Azure DevOps trigger events](#azure-devops-trigger-events)<br>[Bitbucket trigger events](#bitbucket-trigger-events)<br>[GitLab trigger events](#gitlab-trigger-events)<br>[Gerrit trigger events](#gerrit-trigger-events)|
72+
|**Trigger By**| The event or events for which to trigger the pipeline. Trigger events vary according to the Git provider selected. <br>The Push Commit option, enabled by default, means that this pipeline will run for*any* commit as long as its source branch matches the naming scheme. This includes commits on pull requests. <br>The PR options mean that this pipeline will run only on the respective events that happen on apull request. You can select multiple options to further fine-tune the exact event. If you are interested in all events, select Anypull request event. <br><br>See: <br>[GitHub trigger events](#github-trigger-events)<br>[Azure DevOps trigger events](#azure-devops-trigger-events)<br>[Bitbucket trigger events](#bitbucket-trigger-events)<br>[GitLab trigger events](#gitlab-trigger-events)<br>[Gerrit trigger events](#gerrit-trigger-events)|
7373

7474

7575

@@ -80,23 +80,33 @@ For a description of the events, see [GitHub documentation](https://docs.github.
8080

8181
* Push commits
8282
* Push tags
83-
* Any Pull Request event
84-
* Pull Request opened
85-
* Pull Request closed
86-
* Pull Request merged
87-
* Pull Request closed (not merged)
88-
* Pull Request reopened
89-
* Pull Request edited
90-
* Pull Request assigned
91-
* Pull Request unassigned
92-
* Pull Request review requested
93-
* Pull Request review request removed
94-
* Pull Request labeled
95-
* Pull Request unlabeled
96-
* Pull Request synchronized
97-
* Pull Request comment added (restricted)
98-
* Pull Request comment added
99-
* Release
83+
* Any pull request event
84+
* Pull request opened
85+
* Pull request closed
86+
* Pull request merged
87+
* Pull request closed (not merged)
88+
* Pull request reopened
89+
* Pull request edited
90+
* Pull request assigned
91+
* Pull request unassigned
92+
* Pull request review requested
93+
* Pull request review request removed
94+
* Pull request labeled
95+
* Pull request unlabeled
96+
* Pull request synchronized
97+
* Pull request comment added (restricted)
98+
* Pull request comment added
99+
* Pull request review approved
100+
* Pull request review commented
101+
* Pull request review changes requested
102+
* Release published
103+
* Release unpublished
104+
* Release created
105+
* Release edited
106+
* Release deleted
107+
* Release prereleased
108+
* Release released
109+
100110

101111

102112
####Azure DevOps trigger events
@@ -117,7 +127,7 @@ For a description of the events and their payload, see [Bitbucket Cloud document
117127
* Commit
118128
* Push tags
119129
* Push new branch
120-
* AnyPull Request event
130+
* Anypull request event
121131
* Pull request created
122132
* Pull request updated
123133
* Pull request approved
@@ -137,7 +147,7 @@ For a description of the events and their payload, see [Bitbucket Server documen
137147
* Push commits
138148
* Push new branch
139149
* Delete branch
140-
* AnyPull request event
150+
* Anypull request event
141151
* Pull request created
142152
* Pull request updated
143153
* Pull request merged
@@ -157,12 +167,12 @@ For a description of the events and their payload, see [Bitbucket Server documen
157167
For a description of the events, see[GitLab documentation](https://docs.gitlab.com/ee/user/project/integrations/webhook_events.html){:target="\_blank"}.
158168

159169
* Commit
160-
* Any PullRequest event
161-
* PullRequest opened
162-
* PullRequest edited
163-
* PullRequest closed
164-
* PullRequest merged
165-
* PullRequest push commit
170+
* Any Pullrequest event
171+
* Pullrequest opened
172+
* Pullrequest edited
173+
* Pullrequest closed
174+
* Pullrequest merged
175+
* Pullrequest push commit
166176

167177

168178
####Gerrit trigger events
@@ -243,9 +253,9 @@ Remember to include the opening and closing parentheses when adding the strings.
243253
*`[skip codefresh]`
244254
*`[codefresh skip]`
245255

246-
###PullRequests from comments
256+
###Pullrequests from comments
247257

248-
PullRequests from comments are supported for all Git providers, for both private and public repositories.
258+
Pullrequests from comments are supported for all Git providers, for both private and public repositories.
249259
There are two options:
250260
* Pull request comment added (restricted)
251261
This option triggers an event only when the PR comments are made by repository owners or collaborators.
@@ -330,7 +340,7 @@ caption="Triggering a public build from a comment"
330340
max-width="50%"
331341
%}
332342

333-
Once that is done, Codefresh will launch your pipeline against thePull Request. If you manage an open source project with Codefresh, remember to enable[public builds]({{site.baseurl}}/docs/pipelines/configuration/build-status/#public-build-logs) as well.
343+
Once that is done, Codefresh will launch your pipeline against thepull request. If you manage an open source project with Codefresh, remember to enable[public builds]({{site.baseurl}}/docs/pipelines/configuration/build-status/#public-build-logs) as well.
334344

335345
When supporting building of pull requests from forks there are a few "gotchas" to look out for:
336346

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp