resdrftzu
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-28 20:37:17 +02:00
parent bde21ce901
commit f5d9678dcb
Signed by: stephan.schnabel
SSH key fingerprint: SHA256:99zuzxNGFb5/5P+E/O7ONU2qhUojUe/D8rIPTW+9Xp0
2 changed files with 2 additions and 3 deletions

View file

@ -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}

View file

@ -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: