resdrftzu
This commit is contained in:
parent
bde21ce901
commit
f5d9678dcb
2 changed files with 2 additions and 3 deletions
|
@ -11,7 +11,7 @@ services:
|
|||
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
|
||||
environment:
|
||||
NEXUS_USERNAME: {from_secret: nexus_username}
|
||||
NEXUS_PASSWORD: {from_secret: nexus_password}
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
when:
|
||||
event: [manual, pull_request, push]
|
||||
branch: main
|
||||
event: [manual, pull_request]
|
||||
path: [.woodpecker/verify.yaml, pom.xml, src/**]
|
||||
|
||||
matrix:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue