Commit 9e10511e authored by Suzanne Selhorn's avatar Suzanne Selhorn

Merge branch 'DarwinJS-update-generic-packages-docs' into 'master'

Docs Fix two url typos and link a working example in generic packages

See merge request gitlab-org/gitlab!46554
parents 6fb4c5b9 a327926d
......@@ -137,3 +137,9 @@ Feature.disable(:generic_packages)
# For a single project
Feature.disable(:generic_packages, Project.find(<project id>))
```
### Generic package sample project
The [Write CI-CD Variables in Pipeline](https://gitlab.com/guided-explorations/cfg-data/write-ci-cd-variables-in-pipeline) project contains a working example you can use to create, upload, and download generic packages in GitLab CI/CD.
It also demonstrates how to manage a semantic version for the generic package: storing it in a CI/CD variable, retrieving it, incrementing it, and writing it back to the CI/CD variable when tests for the download work correctly.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment