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

1
This commit is contained in:
Stephan Schnabel 2025-05-30 20:53:29 +02:00
parent a119d022f6
commit a7a23e1476
Signed by: stephan.schnabel
SSH key fingerprint: SHA256:99zuzxNGFb5/5P+E/O7ONU2qhUojUe/D8rIPTW+9Xp0
2 changed files with 4 additions and 5 deletions

View file

@ -13,8 +13,8 @@ steps:
build:
image: maven:3.9.9-eclipse-temurin-17
commands:
- env | sort
- mvn deploy --settings=.woodpecker/maven/settings.xml
- DOCKER_HOST=tls://$(env|grep DOCKERD_SERVICE_HOST|cut -d= -f2):2375 env | sort
- DOCKER_HOST=tls://$(env|grep DOCKERD_SERVICE_HOST|cut -d= -f2):2375 mvn deploy --settings=.woodpecker/maven/settings.xml
environment:
NEXUS_USERNAME: {from_secret: nexus_username}
NEXUS_PASSWORD: {from_secret: nexus_password}