Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
org.etsi.osl.model.k8s
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
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
Code review analytics
Issue analytics
Insights
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
OSL
code
org.etsi.osl.model.k8s
Commits
4273d71e
Commit
4273d71e
authored
1 year ago
by
Dimitrios Giannopoulos
Browse files
Options
Downloads
Patches
Plain Diff
debug commands
parent
e493959e
No related branches found
No related tags found
2 merge requests
!6
Merging 2024Q2_RC into main, creating 2024Q2 Release
,
!1
Resolve "Create a pipeline to build and publish the mvn package in gitlab registry"
Pipeline
#3537
failed
1 year ago
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+3
-1
3 additions, 1 deletion
.gitlab-ci.yml
pom.xml
+3
-3
3 additions, 3 deletions
pom.xml
with
6 additions
and
4 deletions
.gitlab-ci.yml
+
3
−
1
View file @
4273d71e
...
...
@@ -5,4 +5,6 @@ deploy:
stage
:
deploy
image
:
maven:3.9.5-ibm-semeru-17-focal
script
:
-
mvn deploy -s ci_settings.xml -Drepo.url=${CI_API_V4_URL}/projects/276/packages/maven
-
echo "CI_API_V4_URL
:
$CI_API_V4_URL"
-
echo "CI_PROJECT_ID
:
$CI_PROJECT_ID"
-
mvn deploy -s ci_settings.xml
This diff is collapsed.
Click to expand it.
pom.xml
+
3
−
3
View file @
4273d71e
...
...
@@ -23,17 +23,17 @@
<repositories>
<repository>
<id>
gitlab-maven
</id>
<url>
${
repo.url}
</url>
<url>
${
CI_API_V4_URL}/projects/276/packages/maven
</url>
</repository>
</repositories>
<distributionManagement>
<repository>
<id>
gitlab-maven
</id>
<url>
${
repo.url}
</url>
<url>
${
CI_API_V4_URL}/projects/276/packages/maven
</url>
</repository>
<snapshotRepository>
<id>
gitlab-maven
</id>
<url>
${
repo.url}
</url>
<url>
${
CI_API_V4_URL}/projects/276/packages/maven
</url>
</snapshotRepository>
</distributionManagement>
...
...
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