mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-06 15:18:49 +00:00
.gitlab-ci.yml: create job artifacts
This commit is contained in:
parent
ffb1e98b02
commit
73193ae2b1
1 changed files with 12 additions and 0 deletions
|
@ -9,15 +9,27 @@ sid-jdk8:
|
|||
script:
|
||||
- apt-get -y install openjdk-8-jdk-headless gradle
|
||||
- gradle build --stacktrace
|
||||
artifacts:
|
||||
name: public-transport-enabler-$CI_JOB_NAME-$CI_COMMIT_REF_SLUG-$CI_COMMIT_SHORT_SHA
|
||||
paths:
|
||||
- build/libs/*.jar
|
||||
|
||||
bullseye-jdk11:
|
||||
image: debian:bullseye-slim
|
||||
script:
|
||||
- apt-get -y install openjdk-11-jdk-headless gradle
|
||||
- gradle build --stacktrace
|
||||
artifacts:
|
||||
name: public-transport-enabler-$CI_JOB_NAME-$CI_COMMIT_REF_SLUG-$CI_COMMIT_SHORT_SHA
|
||||
paths:
|
||||
- build/libs/*.jar
|
||||
|
||||
bookworm-jdk17:
|
||||
image: debian:bookworm-slim
|
||||
script:
|
||||
- apt-get -y install openjdk-17-jdk-headless gradle
|
||||
- gradle build --stacktrace
|
||||
artifacts:
|
||||
name: public-transport-enabler-$CI_JOB_NAME-$CI_COMMIT_REF_SLUG-$CI_COMMIT_SHORT_SHA
|
||||
paths:
|
||||
- build/libs/*.jar
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue