Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
V
VIPSCore
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
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
VIPS
VIPSCore
Commits
103576b0
Commit
103576b0
authored
1 year ago
by
Lene Wasskog
Browse files
Options
Downloads
Plain Diff
Merge branch 'main' into 'release'
Should not trigger pipeline See merge request
!29
parents
b8a2b5ba
de780bb0
No related branches found
No related tags found
2 merge requests
!35
build: New dummy version for testing the pipeline
,
!29
Should not trigger pipeline
Pipeline
#3808
passed
1 year ago
Stage: build
Stage: test
Stage: deploy
Stage: upload
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+4
-4
4 additions, 4 deletions
.gitlab-ci.yml
pom.xml
+1
-1
1 addition, 1 deletion
pom.xml
with
5 additions
and
5 deletions
.gitlab-ci.yml
+
4
−
4
View file @
103576b0
...
@@ -45,7 +45,7 @@ build-for-staging:
...
@@ -45,7 +45,7 @@ build-for-staging:
paths
:
paths
:
-
target/*.war
-
target/*.war
rules
:
rules
:
-
if
:
$CI_COMMIT_REF_NAME == $MAIN_BRANCH
-
if
:
'
$CI_COMMIT_REF_NAME
==
$MAIN_BRANCH
&&
$CI_PIPELINE_SOURCE
!=
"merge_request_event"'
build-for-production
:
build-for-production
:
stage
:
build
stage
:
build
...
@@ -104,7 +104,7 @@ test:
...
@@ -104,7 +104,7 @@ test:
tags
:
tags
:
-
java
-
java
rules
:
rules
:
-
if
:
$CI_COMMIT_REF_NAME == $MAIN_BRANCH
-
if
:
'
$CI_COMMIT_REF_NAME
==
$MAIN_BRANCH
&&
$CI_PIPELINE_SOURCE
!=
"merge_request_event"'
-
if
:
$CI_COMMIT_REF_NAME == $RELEASE_BRANCH
-
if
:
$CI_COMMIT_REF_NAME == $RELEASE_BRANCH
deploy-to-staging
:
deploy-to-staging
:
...
@@ -142,7 +142,7 @@ deploy-to-staging:
...
@@ -142,7 +142,7 @@ deploy-to-staging:
tags
:
tags
:
-
java
-
java
rules
:
rules
:
-
if
:
$CI_COMMIT_REF_NAME == $MAIN_BRANCH
-
if
:
'
$CI_COMMIT_REF_NAME
==
$MAIN_BRANCH
&&
$CI_PIPELINE_SOURCE
!=
"merge_request_event"'
environment
:
environment
:
name
:
staging
name
:
staging
url
:
https://vipscore02test.nibio.no
url
:
https://vipscore02test.nibio.no
...
@@ -158,7 +158,7 @@ upload-snapshot:
...
@@ -158,7 +158,7 @@ upload-snapshot:
tags
:
tags
:
-
java
-
java
rules
:
rules
:
-
if
:
$CI_COMMIT_REF_NAME == $MAIN_BRANCH
-
if
:
'
$CI_COMMIT_REF_NAME
==
$MAIN_BRANCH
&&
$CI_PIPELINE_SOURCE
!=
"merge_request_event"'
deploy-to-production
:
deploy-to-production
:
stage
:
deploy
stage
:
deploy
...
...
This diff is collapsed.
Click to expand it.
pom.xml
+
1
−
1
View file @
103576b0
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
<groupId>
no.nibio
</groupId>
<groupId>
no.nibio
</groupId>
<artifactId>
VIPSCore
</artifactId>
<artifactId>
VIPSCore
</artifactId>
<packaging>
war
</packaging>
<packaging>
war
</packaging>
<version>
2.0.1
0
</version>
<version>
2.0.1
1-SNAPSHOT
</version>
<name>
VIPSCore
</name>
<name>
VIPSCore
</name>
<url>
http://maven.apache.org
</url>
<url>
http://maven.apache.org
</url>
...
...
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