Skip to content

Commit 67d92cb

Browse files
authored
docs: add example of ascode artifact_manager integration (#6139)
1 parent e54b5d2 commit 67d92cb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/content/docs/concepts/files/workflow-syntax.md

+7
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ workflow:
2727
hooks:
2828
build:
2929
- type: RepositoryWebHook
30+
integrations:
31+
my-artifactory-integration-name:
32+
type: artifact_manager
3033
notifications:
3134
- type: email
3235
pipelines:
@@ -81,6 +84,10 @@ Example with using LUA syntax as advanced condition:
8184
== "master" and git_repository == "ovh/cds")
8285
```
8386

87+
## Integrations
88+
89+
[Artifactory Integration]({{<relref "/docs/integrations/artifact-manager.md">}})
90+
8491
## Notifications
8592

8693
[Notifications documentation]({{<relref "/docs/concepts/workflow/notifications.md">}})

0 commit comments

Comments
 (0)