123
This commit is contained in:
parent
5fb11b34bd
commit
c71cd891bd
3 changed files with 34 additions and 15 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue