Skip to content

Commit

Permalink
docs: add example of ascode artifact_manager integration (#6139)
Browse files Browse the repository at this point in the history
  • Loading branch information
sguiheux authored Apr 6, 2022
1 parent e54b5d2 commit 67d92cb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/content/docs/concepts/files/workflow-syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ workflow:
hooks:
build:
- type: RepositoryWebHook
integrations:
my-artifactory-integration-name:
type: artifact_manager
notifications:
- type: email
pipelines:
Expand Down Expand Up @@ -81,6 +84,10 @@ Example with using LUA syntax as advanced condition:
== "master" and git_repository == "ovh/cds")
```

## Integrations

[Artifactory Integration]({{<relref "/docs/integrations/artifact-manager.md">}})

## Notifications

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

0 comments on commit 67d92cb

Please sign in to comment.