Changed to using the eclipse temurin JDK builds
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
This commit is contained in:
parent
9a567b7178
commit
0f5b9eb45a
@ -1,17 +1,17 @@
|
|||||||
pipeline:
|
pipeline:
|
||||||
test:
|
test:
|
||||||
image: maven:3-openjdk-18
|
image: maven:3-eclipse-temurin-17
|
||||||
commands:
|
commands:
|
||||||
- microdnf install -y lsof
|
- microdnf install -y lsof
|
||||||
- mvn test
|
- mvn test
|
||||||
|
|
||||||
build:
|
build:
|
||||||
image: maven:3-openjdk-18
|
image: maven:3-eclipse-temurin-17
|
||||||
commands:
|
commands:
|
||||||
- mvn clean compile assembly:single
|
- mvn clean compile assembly:single
|
||||||
|
|
||||||
package:
|
package:
|
||||||
image: maven:3-openjdk-18
|
image: maven:3-eclipse-temurin-17
|
||||||
commands:
|
commands:
|
||||||
- microdnf install -y rpm-build
|
- microdnf install -y rpm-build
|
||||||
- mvn clean compile package -Dmaven.test.skip
|
- mvn clean compile package -Dmaven.test.skip
|
||||||
|
Loading…
Reference in New Issue
Block a user