We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e54b5d2 commit 67d92cbCopy full SHA for 67d92cb
docs/content/docs/concepts/files/workflow-syntax.md
@@ -27,6 +27,9 @@ workflow:
27
hooks:
28
build:
29
- type: RepositoryWebHook
30
+integrations:
31
+ my-artifactory-integration-name:
32
+ type: artifact_manager
33
notifications:
34
- type: email
35
pipelines:
@@ -81,6 +84,10 @@ Example with using LUA syntax as advanced condition:
81
84
== "master" and git_repository == "ovh/cds")
82
85
```
83
86
87
+## Integrations
88
+
89
+[Artifactory Integration]({{<relref "/docs/integrations/artifact-manager.md">}})
90
91
## Notifications
92
93
[Notifications documentation]({{<relref "/docs/concepts/workflow/notifications.md">}})
0 commit comments