Skip to content
Snippets Groups Projects
Commit a3a863a3 authored by Jesper Zedlitz's avatar Jesper Zedlitz
Browse files

Artefakte aufbewahren

parent 53243dc2
Branches
Tags
No related merge requests found
Pipeline #163 passed
......@@ -6,8 +6,13 @@ cache:
paths:
- .m2/repository
test:
stages:
- build
build:
stage: build
image: maven:3-openjdk-11
stage: test
script:
- mvn --no-transfer-progress test
script: "mvn clean package -B"
artifacts:
paths:
- target/*.jar
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment