Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
zorun
kea-hook-runscript
Commits
41d15d2e
Commit
41d15d2e
authored
Jan 08, 2021
by
Baptiste Jonglez
Browse files
CI: Add a job to collect all artifacts together
parent
6acf1dd4
Pipeline
#34
passed with stages
in 1 minute and 43 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
41d15d2e
stages
:
-
build
-
collect
build-debian-ubuntu
:
stage
:
build
...
...
@@ -53,3 +56,14 @@ build-debian-ubuntu:
artifacts
:
paths
:
-
kea-hook-runscript*.so
expire_in
:
1 day
# Collect all artifacts in the same job: easier to browse
collect-artifacts
:
stage
:
collect
script
:
-
ls -lh kea-hook-runscript*.so
artifacts
:
paths
:
-
kea-hook-runscript*.so
expire_in
:
30 days
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment