... | ... | @@ -192,6 +192,12 @@ release: |
|
|
https://gitlab.hochschule-stralsund.de/<group>/<project>/-/jobs/artifacts/<ref>/download?job=<job>
|
|
|
```
|
|
|
|
|
|
**Download-Link für das letzte Artefakt (README):**
|
|
|
|
|
|
```markdown
|
|
|
[Download](../../jobs/artifacts/master/download?job=build)
|
|
|
```
|
|
|
|
|
|
**Freigabe der Release Assets OHNE Zugriff auf den Source Code:** \
|
|
|
[Fixed GitLab Issue](https://gitlab.com/gitlab-org/gitlab/-/issues/216485)
|
|
|
|
... | ... | @@ -200,6 +206,11 @@ https://gitlab.hochschule-stralsund.de/<group>/<project>/-/jobs/artifacts/<ref>/ |
|
|
https://gitlab.hochschule-stralsund.de/<group>/<project>/-/releases/permalink/latest
|
|
|
```
|
|
|
|
|
|
**Permanenter Link zum letzten Release Kandidat:**
|
|
|
```markdown
|
|
|
[Download](../../releases/permalink/latest)
|
|
|
```
|
|
|
|
|
|
**Permanenter Link zu der nicht empfohlenen Variante:**
|
|
|
```
|
|
|
https://gitlab.hochschule-stralsund.de/api/v4/projects/<project-id>/packages/generic/documentation/latest/document.pdf
|
... | ... | |