Compare commits
3 commits
a1fb7d1a58
...
a7a23e1476
Author | SHA1 | Date | |
---|---|---|---|
a7a23e1476 | |||
a119d022f6 | |||
1d5b9eeb99 |
2 changed files with 12 additions and 4 deletions
|
@ -12,7 +12,18 @@ 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:
|
||||||
|
- 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
|
||||||
|
|
3
pom.xml
3
pom.xml
|
@ -439,9 +439,6 @@
|
||||||
<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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue