Compare commits
2 commits
a7a23e1476
...
a1fb7d1a58
Author | SHA1 | Date | |
---|---|---|---|
a1fb7d1a58 | |||
7ecccbc76e |
2 changed files with 4 additions and 12 deletions
|
@ -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
|
|
||||||
|
|
3
pom.xml
3
pom.xml
|
@ -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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue