mirror of
https://github.com/itplr-kosit/validator.git
synced 2026-05-25 16:55:39 +00:00
Test java 18
This commit is contained in:
parent
6988abbb13
commit
be456a0c9b
1 changed files with 16 additions and 0 deletions
|
|
@ -125,6 +125,22 @@ java-17:
|
||||||
- target/surefire-reports/*.xml
|
- target/surefire-reports/*.xml
|
||||||
- target/failsafe-reports/*.xml
|
- target/failsafe-reports/*.xml
|
||||||
|
|
||||||
|
java-18:
|
||||||
|
stage: build
|
||||||
|
image: $CI_REGISTRY_IMAGE/maven:3-openjdk-18
|
||||||
|
script:
|
||||||
|
- mvn $MAVEN_CLI_OPTS $BUILD_PROPS $CI_JOB_TIMESTAMP verify
|
||||||
|
retry: 2
|
||||||
|
artifacts:
|
||||||
|
when: on_failure
|
||||||
|
name: java-18
|
||||||
|
paths:
|
||||||
|
- target/*
|
||||||
|
reports:
|
||||||
|
junit:
|
||||||
|
- target/surefire-reports/*.xml
|
||||||
|
- target/failsafe-reports/*.xml
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
image: $CI_REGISTRY_IMAGE/maven:3-jdk-11
|
image: $CI_REGISTRY_IMAGE/maven:3-jdk-11
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue