https://github.com/opendevstack/ods-pipeline-go
ODS Pipeline tasks for Go development
https://github.com/opendevstack/ods-pipeline-go
golang openshift pipelines tekton
Last synced: 9 months ago
JSON representation
ODS Pipeline tasks for Go development
- Host: GitHub
- URL: https://github.com/opendevstack/ods-pipeline-go
- Owner: opendevstack
- License: apache-2.0
- Created: 2023-09-22T06:51:47.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-12T13:25:43.000Z (almost 2 years ago)
- Last Synced: 2025-01-25T00:20:10.243Z (11 months ago)
- Topics: golang, openshift, pipelines, tekton
- Language: Shell
- Homepage:
- Size: 83 KB
- Stars: 0
- Watchers: 10
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# ods-pipeline-go
[](https://github.com/opendevstack/ods-pipeline-go/actions/workflows/main.yaml)
Tekton task for use with [ODS Pipeline](https://github.com/opendevstack/ods-pipeline) to build Go applications.
## Usage
```yaml
tasks:
- name: build
taskRef:
resolver: git
params:
- { name: url, value: https://github.com/opendevstack/ods-pipeline-go.git }
- { name: revision, value: v0.3.0 }
- { name: pathInRepo, value: tasks/build.yaml }
workspaces:
- { name: source, workspace: shared-workspace }
```
See the [documentation](https://github.com/opendevstack/ods-pipeline-go/blob/main/docs/task-build.adoc) for details and available parameters.
## About this repository
`docs` and `tasks` are generated directories from recipes located in `build`. See the `Makefile` target for how everything fits together.