Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions ci-and-sdks/ci-integrations/gitlab-templates-for-jfrog.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,14 @@ include:
You also have the option of downloading the matching script from [releases.jfrog.io](https://releases.jfrog.io/artifactory/jfrog-cli/gitlab/v2/), adding it to your project, and including it in your pipeline as follows:

```yaml
include:
- local: '.setup-jfrog-unix.yml'
```

You can also include it from one of your projects as follows:

```yaml
include:
- project: 'my-group/my-project'
file: '/script/.setup-jfrog-unix.yml'
```
Expand Down