123
Some checks failed
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/build Pipeline failed

This commit is contained in:
Stephan Schnabel 2025-05-30 10:16:41 +02:00
parent 5fb11b34bd
commit c71cd891bd
Signed by: stephan.schnabel
SSH key fingerprint: SHA256:99zuzxNGFb5/5P+E/O7ONU2qhUojUe/D8rIPTW+9Xp0
3 changed files with 34 additions and 15 deletions

View file

@ -9,9 +9,19 @@ services:
ports: [2375, 8080]
steps:
build:
image: maven:3.9.9-eclipse-temurin-17
commands: mvn deploy --settings=.woodpecker/maven/settings.xml
commands: mvn deploy --settings=.woodpecker/maven/settings.xml -Dmaven.test.redirectTestOutputToFile=true -X
environment:
NEXUS_USERNAME: {from_secret: nexus_username}
NEXUS_PASSWORD: {from_secret: nexus_password}
debug:
image: kokuwaio/dockerd
commands:
- docker ps --all
- docker logs keylcoak
- exit 1
when:
status: failure