Skip to content
Snippets Groups Projects
Commit 7a94f7a0 authored by Bernhard Johannes Berger's avatar Bernhard Johannes Berger
Browse files

Limit size of artifacts transfered between jobs.

parent 38a3dfd4
No related branches found
No related tags found
No related merge requests found
Pipeline #238076 passed
......@@ -104,9 +104,12 @@ evoal:compile:
- mvn $MAVEN_CLI_OPTS -f $PLUGIN_POM install
- mvn $MAVEN_CLI_OPTS -f $EVOAL_POM compile
artifacts:
untracked: true
untracked: false
when: on_success
expire_in: "30 days"
paths:
- src/core/*/target/*
#############################################################
## Remaining unit tests
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment