Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
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
minerva
core
Commits
b6b83f51
Commit
b6b83f51
authored
1 year ago
by
Piotr Gawron
Browse files
Options
Downloads
Patches
Plain Diff
maven image version bumped
parent
d54fa3dc
No related branches found
Branches containing commit
No related tags found
Tags containing commit
3 merge requests
!1579
Link to Home page of API-docs added in the docs
,
!1570
Merge pipeline fix
,
!1569
Fix pipeline after number of services changed functionality
Pipeline
#76247
failed
1 year ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+6
-6
6 additions, 6 deletions
.gitlab-ci.yml
with
6 additions
and
6 deletions
.gitlab-ci.yml
+
6
−
6
View file @
b6b83f51
...
@@ -40,7 +40,7 @@ test:frontend:
...
@@ -40,7 +40,7 @@ test:frontend:
-
mvn dependency:purge-local-repository -DmanualInclude="lcsb.mapviewer"
-
mvn dependency:purge-local-repository -DmanualInclude="lcsb.mapviewer"
.jdk_11_template
:
&jdk_11_definition
.jdk_11_template
:
&jdk_11_definition
image
:
maven:3.
6.0
-jdk-11
image
:
maven:3.
8.6
-jdk-11
services
:
services
:
-
postgres:9.6
-
postgres:9.6
stage
:
test
stage
:
test
...
@@ -49,7 +49,7 @@ test:frontend:
...
@@ -49,7 +49,7 @@ test:frontend:
-
mvn dependency:purge-local-repository -DmanualInclude="lcsb.mapviewer"
-
mvn dependency:purge-local-repository -DmanualInclude="lcsb.mapviewer"
.hsql_template
:
&hsql_definition
.hsql_template
:
&hsql_definition
image
:
maven:3.
6.0
-jdk-11
image
:
maven:3.
8.6
-jdk-11
stage
:
test
stage
:
test
coverage
:
'
/(\d+.\d+)
\%
covered/'
coverage
:
'
/(\d+.\d+)
\%
covered/'
before_script
:
before_script
:
...
@@ -307,7 +307,7 @@ test:backend:web:hsql:
...
@@ -307,7 +307,7 @@ test:backend:web:hsql:
script
:
*test_backend_web_definition
script
:
*test_backend_web_definition
build_war
:
build_war
:
image
:
maven:3.
6.0
-jdk-8
image
:
maven:3.
8.6
-jdk-8
stage
:
build
stage
:
build
only
:
only
:
-
tags
-
tags
...
@@ -330,7 +330,7 @@ build_war:
...
@@ -330,7 +330,7 @@ build_war:
-
cp web/target/*.war minerva.war
-
cp web/target/*.war minerva.war
test:dependency_conflict
:
test:dependency_conflict
:
image
:
maven:3.
6.0
-jdk-8
image
:
maven:3.
8.6
-jdk-8
stage
:
test
stage
:
test
script
:
script
:
-
apt-get update
-
apt-get update
...
@@ -348,7 +348,7 @@ test:dependency_conflict:
...
@@ -348,7 +348,7 @@ test:dependency_conflict:
-
test 0 = $conflicts
-
test 0 = $conflicts
test:code_validation
:
test:code_validation
:
image
:
maven:3.
6.0
-jdk-8
image
:
maven:3.
8.6
-jdk-8
stage
:
test
stage
:
test
script
:
script
:
-
apt-get update
-
apt-get update
...
@@ -549,7 +549,7 @@ test_deploy_with_db_without_superadmin_rights:
...
@@ -549,7 +549,7 @@ test_deploy_with_db_without_superadmin_rights:
.test_database_template
:
&test_database_definition
.test_database_template
:
&test_database_definition
image
:
maven:3.
6.0
-jdk-8
image
:
maven:3.
8.6
-jdk-8
stage
:
test
stage
:
test
script
:
script
:
-
mvn -DskipTests=true clean install -pl persist -am
-
mvn -DskipTests=true clean install -pl persist -am
...
...
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