1
Some checks failed
ci/woodpecker/push/lint Pipeline failed
ci/woodpecker/push/build Pipeline failed

This commit is contained in:
Stephan Schnabel 2025-06-23 22:00:27 +02:00
parent b7cd40472a
commit d4cea7aa43
Signed by: stephan.schnabel
SSH key fingerprint: SHA256:99zuzxNGFb5/5P+E/O7ONU2qhUojUe/D8rIPTW+9Xp0
3 changed files with 5 additions and 5 deletions

View file

@ -3,7 +3,7 @@ when:
repo: keycloak/keycloak-event-metrics repo: keycloak/keycloak-event-metrics
event: [manual, push] event: [manual, push]
branch: main branch: main
path: [.woodpecker/build.yaml, pom.xml, src/main/**] path: [.woodpecker/build.yaml, Dockerfile, pom.xml, src/main/**]
services: services:
- name: dockerd - name: dockerd
@ -17,7 +17,7 @@ steps:
image: maven:3.9.9-eclipse-temurin-17 image: maven:3.9.9-eclipse-temurin-17
commands: mvn deploy commands: mvn deploy
environment: environment:
MAVEN_ARGS: --batch-mode --color=always --no-transfer-progress --settings=.woodpecker/maven/settings.xml MAVEN_ARGS: --color=always --no-transfer-progress --settings=.woodpecker/maven/settings.xml
MAVEN_GPG_KEY: {from_secret: woodpecker_gpg_key} MAVEN_GPG_KEY: {from_secret: woodpecker_gpg_key}
SONATYPE_ORG_USERNAME: {from_secret: sonatype_org_username} SONATYPE_ORG_USERNAME: {from_secret: sonatype_org_username}
SONATYPE_ORG_PASSWORD: {from_secret: sonatype_org_password} SONATYPE_ORG_PASSWORD: {from_secret: sonatype_org_password}

View file

@ -1,7 +1,7 @@
when: when:
event: [manual, pull_request, push] event: [manual, pull_request, push]
branch: main branch: main
path: [.woodpecker/lint.yaml, renovate.json, "**/*.y*ml", "**/*.md"] path: [.woodpecker/lint.yaml, renovate.json, Dockerfile, "**/*.y*ml", "**/*.md"]
steps: steps:
@ -23,4 +23,4 @@ steps:
dockerfile: dockerfile:
image: kokuwaio/hadolint image: kokuwaio/hadolint
depends_on: [] depends_on: []
when: [path: [.woodpecker/lint.yaml, "**/Dockerfile"]] when: [path: [.woodpecker/lint.yaml, Dockerfile]]

View file

@ -19,4 +19,4 @@ services:
steps: steps:
test: test:
image: maven:3.9.9-eclipse-temurin-17 image: maven:3.9.9-eclipse-temurin-17
commands: mvn test -Dversion.org.keycloak.test="$KEYCLOAK_VERSION" --batch-mode --color=always --no-transfer-progress --settings=.woodpecker/maven/settings.xml commands: mvn test -Dversion.org.keycloak.test="$KEYCLOAK_VERSION" --color=always --no-transfer-progress --settings=.woodpecker/maven/settings.xml