Skip to content

Instantly share code, notes, and snippets.

@dnno
Created November 19, 2024 08:56
Show Gist options
  • Save dnno/70bb36037400b3d3f0ef64083d0357a2 to your computer and use it in GitHub Desktop.
Save dnno/70bb36037400b3d3f0ef64083d0357a2 to your computer and use it in GitHub Desktop.
Woodpecker build pipeline
when:
- event: push
branch: main
steps:
- name: build
image: eclipse-temurin:17-jdk-alpine
commands:
- ./gradlew clean build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment