Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
AutoReferee
Commits
9672855c
Unverified
Commit
9672855c
authored
May 25, 2021
by
NicolaiO
🐼
Browse files
Publish artifacts on pipeline failure
parent
733da1a3
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
9672855c
...
...
@@ -12,3 +12,13 @@ test:
image
:
openjdk:11
script
:
-
'
./gradlew
--stacktrace
--no-daemon
check
integrationTest'
artifacts
:
name
:
"
${CI_JOB_NAME}_$CI_COMMIT_REF_NAME"
when
:
on_failure
expire_in
:
1 week
paths
:
-
"
data/record/"
-
"
modules/*/build/reports/tests/*"
reports
:
junit
:
-
"
modules/*/build/test-results/*/TEST-*.xml"
Write
Preview
Supports
Markdown
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