https://github.com/opendevstack/ods-pipeline-gradle
ODS Pipeline tasks for Gradle development
https://github.com/opendevstack/ods-pipeline-gradle
gradle openshift pipelines tekton
Last synced: 9 months ago
JSON representation
ODS Pipeline tasks for Gradle development
- Host: GitHub
- URL: https://github.com/opendevstack/ods-pipeline-gradle
- Owner: opendevstack
- License: apache-2.0
- Created: 2023-09-22T06:52:16.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-08T14:22:18.000Z (about 2 years ago)
- Last Synced: 2025-01-25T00:20:11.658Z (11 months ago)
- Topics: gradle, openshift, pipelines, tekton
- Language: Shell
- Homepage:
- Size: 187 KB
- Stars: 0
- Watchers: 10
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# ods-pipeline-gradle
[](https://github.com/opendevstack/ods-pipeline-gradle/actions/workflows/main.yaml)
Tekton task for use with [ODS Pipeline](https://github.com/opendevstack/ods-pipeline) to build Gradle applications and libraries.
## Usage
```yaml
tasks:
- name: build
taskRef:
resolver: git
params:
- { name: url, value: https://github.com/opendevstack/ods-pipeline-gradle.git }
- { name: revision, value: v0.2.1 }
- { name: pathInRepo, value: tasks/build.yaml }
workspaces:
- { name: source, workspace: shared-workspace }
```
See the [documentation](https://github.com/opendevstack/ods-pipeline-gradle/blob/main/docs/build.adoc) for details and available parameters.
**TIP:** If you need a database to run alongside your tests, you can use the [`tasks/build-with-postgres.yaml`](https://github.com/opendevstack/ods-pipeline-gradle/blob/main/docs/build-with-postgres.adoc) variant of this task!
## About this repository
`docs` and `tasks` are generated directories from recipes located in `build`. See the `Makefile` target for how everything fits together.