Moved repository to git.kokuwa.io
This commit is contained in:
parent
9552221cc4
commit
e9a3c2646b
24 changed files with 659 additions and 558 deletions
34
.woodpecker/release.yaml
Normal file
34
.woodpecker/release.yaml
Normal file
|
@ -0,0 +1,34 @@
|
|||
when:
|
||||
instance: ci.kokuwa.io
|
||||
repo: keycloak/keycloak-event-metrics
|
||||
event: deployment
|
||||
branch: main
|
||||
|
||||
services:
|
||||
- name: dockerd
|
||||
image: kokuwaio/dockerd
|
||||
ports: [2375, 8080]
|
||||
|
||||
steps:
|
||||
|
||||
release:
|
||||
depends_on: []
|
||||
image: maven:3.9.10-eclipse-temurin-17
|
||||
commands:
|
||||
- git config user.email "$GIT_USER_EMAIL"
|
||||
- git config user.name "$GIT_USER_NAME"
|
||||
- mvn release:prepare release:perform --settings=.woodpecker/maven/settings.xml
|
||||
environment:
|
||||
MAVEN_ARGS: --batch-mode --color=always --no-transfer-progress -DskipTests -DautoPublish=false
|
||||
MAVEN_GPG_KEY: {from_secret: woodpecker_gpg_key}
|
||||
SONATYPE_ORG_USERNAME: {from_secret: sonatype_org_username}
|
||||
SONATYPE_ORG_PASSWORD: {from_secret: sonatype_org_password}
|
||||
|
||||
deploy:
|
||||
image: maven:3.9.10-eclipse-temurin-17
|
||||
commands: mvn release:prepare release:perform --settings=.woodpecker/maven/settings.xml
|
||||
environment:
|
||||
MAVEN_ARGS: --color=always --no-transfer-progress -DskipTests -DautoPublish=false
|
||||
MAVEN_GPG_KEY: {from_secret: woodpecker_gpg_key}
|
||||
SONATYPE_ORG_USERNAME: {from_secret: sonatype_org_username}
|
||||
SONATYPE_ORG_PASSWORD: {from_secret: sonatype_org_password}
|
Loading…
Add table
Add a link
Reference in a new issue