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:
|
||||
test:
|
||||
image: maven:3-openjdk-18
|
||||
image: maven:3-eclipse-temurin-17
|
||||
commands:
|
||||
- microdnf install -y lsof
|
||||
- mvn test
|
||||
|
||||
build:
|
||||
image: maven:3-openjdk-18
|
||||
image: maven:3-eclipse-temurin-17
|
||||
commands:
|
||||
- mvn clean compile assembly:single
|
||||
|
||||
package:
|
||||
image: maven:3-openjdk-18
|
||||
image: maven:3-eclipse-temurin-17
|
||||
commands:
|
||||
- microdnf install -y rpm-build
|
||||
- mvn clean compile package -Dmaven.test.skip
|
||||
|
Loading…
Reference in New Issue
Block a user