Skip to content
This repository was archived by the owner on Mar 21, 2025. It is now read-only.

Commit cde5cdd

Browse files
committed
Explain lacking trigger section semantics
1 parent db2bd9b commit cde5cdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ods-configuration.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Using the `trigger` section, different pipelines may be configured and will be r
7979
`exceptBranches`:: List of branches to which the triggering event may not refer. Patterns as supported by link:https://pkg.go.dev/path#Match[`path.Match`] may be used to match the excluded branches.
8080
`prComment`:: Define a prefix a comment has to start with. Might be used to implement functionality like slash commands.
8181

82-
Currently, the Bitbucket events `repo:refs_changed` (fired on push to a Bitbucket repository) and any Pull Request related events (event types with prefix `pr:`) are supported (for a full list of events, please refer to the link:https://confluence.atlassian.com/bitbucketserver/event-payload-938025882.html[Atlassian Bitbucket Documentation]). Only the first pipeline matching all conditions in the trigger section will be executed.
82+
Currently, the Bitbucket events `repo:refs_changed` (fired on push to a Bitbucket repository) and any Pull Request related events (event types with prefix `pr:`) are supported (for a full list of events, please refer to the link:https://confluence.atlassian.com/bitbucketserver/event-payload-938025882.html[Atlassian Bitbucket Documentation]). Only the first pipeline matching all conditions in the trigger section will be executed. If no trigger section is specified, the pipeline will always match.
8383

8484
You can also specify further final tasks to be added to the pipeline by specifying them under `finally`. Example:
8585

0 commit comments

Comments
 (0)