Woodpecker is no longer the CI/CD agent
This commit is contained in:
parent
b5a29a7b7f
commit
186be651f7
1 changed files with 0 additions and 38 deletions
|
@ -1,38 +0,0 @@
|
|||
steps:
|
||||
restore-cache:
|
||||
image: plugins/cache
|
||||
settings:
|
||||
restore: true
|
||||
mount:
|
||||
- /root/.m2
|
||||
- frontend/node_modules
|
||||
path: /tmp/woodpecker-cache
|
||||
when:
|
||||
event: [push, pull_request, manual]
|
||||
|
||||
backend-build:
|
||||
image: maven:3.9-eclipse-temurin-17
|
||||
commands:
|
||||
- echo "Building backend + frontend"
|
||||
- mvn clean install -Pprod -DskipTests
|
||||
- cp target/resilient*.jar /woodpecker/artifacts
|
||||
artifacts:
|
||||
- target/*.jar
|
||||
when:
|
||||
event: [push, pull_request, manual]
|
||||
branch:
|
||||
include:
|
||||
- main
|
||||
- master
|
||||
- develop
|
||||
|
||||
save-cache:
|
||||
image: plugins/cache
|
||||
settings:
|
||||
rebuild: true
|
||||
mount:
|
||||
- /root/.m2
|
||||
- frontend/node_modules
|
||||
path: /tmp/woodpecker-cache
|
||||
when:
|
||||
event: [push, pull_request, manual]
|
Loading…
Add table
Add a link
Reference in a new issue