Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
devops_wise24_ewbo
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ewbo4360
devops_wise24_ewbo
Commits
d834189f
Commit
d834189f
authored
3 months ago
by
ewbo4360
Browse files
Options
Downloads
Patches
Plain Diff
trying to patch the artifact publishing
parent
8416f1ff
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#74552
failed
3 months ago
Stage: build
Stage: test
Stage: publish-artifacts
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+5
-1
5 additions, 1 deletion
.gitlab-ci.yml
with
5 additions
and
1 deletion
.gitlab-ci.yml
+
5
−
1
View file @
d834189f
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
# variables:
# variables:
# $CI_BUILDS_DIR : /builds/ewbo4360/devops_wise24_ewbo/MPD
# $CI_BUILDS_DIR : /builds/ewbo4360/devops_wise24_ewbo/MPD
before_script
:
before_script
:
#this is debatable to put it here, some packages seems useless for some jobs like test-job2, optimization in further version
# the 2 following steps make sure that the required building tool (meson) is installed on the runner
# the 2 following steps make sure that the required building tool (meson) is installed on the runner
#and also that all the other external dependencies are here (this will be part of a container later)
#and also that all the other external dependencies are here (this will be part of a container later)
-
apt-get update
# Make sure the package lists are updated
-
apt-get update
# Make sure the package lists are updated
...
@@ -89,6 +89,7 @@
...
@@ -89,6 +89,7 @@
cache
:
cache
:
paths
:
paths
:
-
output/full
#save cache for later jobs
-
output/full
#save cache for later jobs
-
./artifacts
test-job1
:
test-job1
:
stage
:
test
stage
:
test
...
@@ -103,6 +104,7 @@
...
@@ -103,6 +104,7 @@
cache
:
cache
:
paths
:
paths
:
-
output/full
#reuse the build cache :)
-
output/full
#reuse the build cache :)
-
./artifacts
test-job2
:
test-job2
:
stage
:
test
stage
:
test
...
@@ -118,6 +120,7 @@
...
@@ -118,6 +120,7 @@
cache
:
cache
:
paths
:
paths
:
-
output/full
#reuse the build cache :)
-
output/full
#reuse the build cache :)
-
./artifacts
to-registry
:
to-registry
:
stage
:
publish-artifacts
stage
:
publish-artifacts
...
@@ -142,6 +145,7 @@
...
@@ -142,6 +145,7 @@
cache
:
cache
:
paths
:
paths
:
-
output/full
#reuse the build cache :)
-
output/full
#reuse the build cache :)
-
./artifacts
# artifacts:
# artifacts:
# when: on_failure
# when: on_failure
# access: all
# access: all
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment