Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
JastAdd
RagConnect
Commits
24062cab
Commit
24062cab
authored
Jan 19, 2021
by
René Schöne
Browse files
Add test stage, correct paths, add expires
parent
7d23e49c
Pipeline
#9486
passed with stages
in 9 minutes and 24 seconds
Changes
1
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
24062cab
...
...
@@ -3,6 +3,7 @@ variables:
stages
:
-
build
-
test
-
publish
before_script
:
...
...
@@ -20,7 +21,21 @@ build:
-
./gradlew --console=plain --no-daemon assemble jar
artifacts
:
paths
:
-
"
/builds/jastadd/ragconnect/build/libs/ragconnect-*.jar"
-
"
/builds/jastadd/ragconnect/ragconnect.base/build/libs/ragconnect-*.jar"
expire_in
:
1 week
test
:
image
:
openjdk:11
stage
:
test
services
:
-
name
:
"
eclipse-mosquitto:1.6.9"
alias
:
"
mqtt"
script
:
-
./gradlew --console=plain --no-daemon allTests
artifacts
:
reports
:
junit
:
"
/builds/jastadd/ragconnect/ragconnect.tests/build/test-results/test/TEST-*.xml"
expire_in
:
1 week
publish
:
image
:
openjdk:11
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment