Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
oceandsl-tools-mp
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Serafim Simonov
oceandsl-tools-mp
Commits
a24a86a0
Commit
a24a86a0
authored
4 years ago
by
Reiner Jung
Browse files
Options
Downloads
Patches
Plain Diff
Update build pipeline
parent
732016ca
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+14
-13
14 additions, 13 deletions
.gitlab-ci.yml
with
14 additions
and
13 deletions
.gitlab-ci.yml
+
14
−
13
View file @
a24a86a0
...
...
@@ -2,42 +2,43 @@ image: prefec2/jdk11-maven-363-gradle671
variables
:
GIT_CLEAN_FLAGS
:
none
MAVEN_OPTS
:
"
-Dmaven.repo.local=.m2/repository"
cache
:
paths
:
stages
:
-
build
-
compile
-
check
-
test
-
package
-
check
-
eclipse-deploy
-
cmd-deploy
-
vi-deploy
-
emacs-deploy
-
jupyter-deploy
bu
il
d
:
comp
il
e
:
tags
:
-
exec-docker
stage
:
bu
il
d
stage
:
comp
il
e
script
:
-
./gradlew
build
-
./gradlew
compileJava
check
:
tags
:
-
exec-docker
stage
:
check
script
:
-
./gradlew checl
-
./gradlew -x test check
test
:
tags
:
-
exec-docker
stage
:
test
script
:
-
./gradlew test
package
:
tags
:
-
exec-docker
stage
:
package
script
:
-
./gradlew
distribute
-
./gradlew
build
artifacts
:
paths
:
-
./tools/create-architecture-model/build/distributions/
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