Compare commits

..

2 commits

Author SHA1 Message Date
a1fb7d1a58
Reconfigure for forgejo/woodpecker
Some checks failed
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/build Pipeline failed
2025-05-30 20:58:05 +02:00
7ecccbc76e
Migrate from parent to local config only 2025-05-30 20:55:39 +02:00
2 changed files with 4 additions and 12 deletions

View file

@ -12,18 +12,7 @@ steps:
build: build:
image: maven:3.9.9-eclipse-temurin-17 image: maven:3.9.9-eclipse-temurin-17
commands: commands: 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: 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}
debug:
image: kokuwaio/dockerd
commands:
- docker ps --all
- docker logs keylcoak
- exit 1
when:
status: failure

View file

@ -439,6 +439,9 @@
<name>env.CI</name> <name>env.CI</name>
</property> </property>
</activation> </activation>
<properties>
<maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>
</properties>
<build> <build>
<plugins> <plugins>
<plugin> <plugin>