Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
X
xdma-dkms
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue 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
Lucas Magalhães
xdma-dkms
Commits
6db931eb
Commit
6db931eb
authored
2 years ago
by
Anders Harrisson
Browse files
Options
Downloads
Patches
Plain Diff
Add GitLab-CI pipeline
JIRA INFRA-4955
parent
a4899eb9
Branches
main
Branches containing commit
Tags
2020.1.8
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+28
-0
28 additions, 0 deletions
.gitlab-ci.yml
with
28 additions
and
0 deletions
.gitlab-ci.yml
0 → 100644
+
28
−
0
View file @
6db931eb
.runner_tags
:
&runner_tags
tags
:
-
docker
stages
:
-
build
-
release
build
:
<<
:
*runner_tags
stage
:
build
image
:
registry.esss.lu.se/ics-docker/centos-dev:7
script
:
-
./build.sh
artifacts
:
expire_in
:
24h
paths
:
-
RPMS
release
:
<<
:
*runner_tags
stage
:
release
image
:
registry.esss.lu.se/ics-docker/jfrog:latest
script
:
-
jfrog rt config artifactory --url=${ARTIFACTORY_URL} --apikey=${ARTIFACTORY_API_KEY}
-
jfrog rt upload "RPMS/x86_64/xdma-dkms-*.rpm" rpm-ics/centos/7/x86_64/
only
:
-
tags
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