Update .woodpecker.yml
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful
This commit is contained in:
parent
0e18051d23
commit
51208eeffd
1 changed files with 2 additions and 9 deletions
|
@ -16,6 +16,8 @@ steps:
|
||||||
- echo "Building backend + frontend"
|
- echo "Building backend + frontend"
|
||||||
- mvn clean install -Pprod -DskipTests
|
- mvn clean install -Pprod -DskipTests
|
||||||
- cp target/resilient*.jar /woodpecker/artifacts
|
- cp target/resilient*.jar /woodpecker/artifacts
|
||||||
|
artifacts:
|
||||||
|
- target/*.jar
|
||||||
when:
|
when:
|
||||||
event: [push, pull_request, manual]
|
event: [push, pull_request, manual]
|
||||||
branch:
|
branch:
|
||||||
|
@ -32,14 +34,5 @@ steps:
|
||||||
- /root/.m2
|
- /root/.m2
|
||||||
- frontend/node_modules
|
- frontend/node_modules
|
||||||
path: /tmp/woodpecker-cache
|
path: /tmp/woodpecker-cache
|
||||||
when:
|
|
||||||
event: [push, pull_request, manual]
|
|
||||||
|
|
||||||
save-artifacts:
|
|
||||||
image: ghcr.io/woodpecker-ci/plugin-artifacts
|
|
||||||
settings:
|
|
||||||
files:
|
|
||||||
- artifacts/resilient*.jar
|
|
||||||
destination: build
|
|
||||||
when:
|
when:
|
||||||
event: [push, pull_request, manual]
|
event: [push, pull_request, manual]
|
Loading…
Add table
Add a link
Reference in a new issue