Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
nmaas Platform
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
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
nmaas
nmaas Platform
Commits
879da89a
Commit
879da89a
authored
2 months ago
by
Lukasz Lopatowski
Browse files
Options
Downloads
Patches
Plain Diff
Updated CI to use Java 21 docker images
parent
b9ab529b
No related branches found
No related tags found
No related merge requests found
Pipeline
#93428
failed
2 months ago
Stage: test
Stage: sonar
Stage: build
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+3
-3
3 additions, 3 deletions
.gitlab-ci.yml
docs/DEVELOPMENT.md
+2
-2
2 additions, 2 deletions
docs/DEVELOPMENT.md
with
5 additions
and
5 deletions
.gitlab-ci.yml
+
3
−
3
View file @
879da89a
...
@@ -6,7 +6,7 @@ stages:
...
@@ -6,7 +6,7 @@ stages:
test
:
test
:
stage
:
test
stage
:
test
image
:
openjdk:1
7
-jdk-slim
image
:
openjdk:
2
1-jdk-slim
tags
:
tags
:
-
docker
-
docker
script
:
script
:
...
@@ -15,7 +15,7 @@ test:
...
@@ -15,7 +15,7 @@ test:
sonar
:
sonar
:
stage
:
sonar
stage
:
sonar
image
:
openjdk:1
7
-jdk-slim
image
:
openjdk:
2
1-jdk-slim
only
:
only
:
-
develop
-
develop
-
/^release/
-
/^release/
...
@@ -66,7 +66,7 @@ build_and_push_release_image:
...
@@ -66,7 +66,7 @@ build_and_push_release_image:
mend
:
mend
:
stage
:
mend
stage
:
mend
image
:
openjdk:1
7
-jdk-slim
image
:
openjdk:
2
1-jdk-slim
only
:
only
:
-
/^release/
-
/^release/
variables
:
variables
:
...
...
This diff is collapsed.
Click to expand it.
docs/DEVELOPMENT.md
+
2
−
2
View file @
879da89a
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
### Technologies
### Technologies
*
Java 1
7
*
Java
2
1
*
Spring Boot
*
Spring Boot
*
freemarker
*
freemarker
*
Gitlab4j
*
Gitlab4j
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
### Running nmaas Platform on local machine
### Running nmaas Platform on local machine
#### Prerequisites
#### Prerequisites
Install Java 1
7
jdk
Install Java
2
1 jdk
#### Running the software
#### Running the software
In order to build and run the nmaas Platform software locally execute
*./gradlew bootRun*
in project root directory.
In order to build and run the nmaas Platform software locally execute
*./gradlew bootRun*
in project root directory.
...
...
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