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:
|
steps:
|
||||||
build:
|
build:
|
||||||
image: maven:3.9.9-eclipse-temurin-17
|
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:
|
environment:
|
||||||
NEXUS_USERNAME: {from_secret: nexus_username}
|
NEXUS_USERNAME: {from_secret: nexus_username}
|
||||||
NEXUS_PASSWORD: {from_secret: nexus_password}
|
NEXUS_PASSWORD: {from_secret: nexus_password}
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
when:
|
when:
|
||||||
event: [manual, pull_request, push]
|
event: [manual, pull_request]
|
||||||
branch: main
|
|
||||||
path: [.woodpecker/verify.yaml, pom.xml, src/**]
|
path: [.woodpecker/verify.yaml, pom.xml, src/**]
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue