https://github.com/opendevstack/ods-pipeline-tkn
CAUTION! This repo is DEPRECATED. ODS Pipeline tasks to run tkn commands. - Experimental
https://github.com/opendevstack/ods-pipeline-tkn
openshift pipelines tekton
Last synced: 19 days ago
JSON representation
CAUTION! This repo is DEPRECATED. ODS Pipeline tasks to run tkn commands. - Experimental
- Host: GitHub
- URL: https://github.com/opendevstack/ods-pipeline-tkn
- Owner: opendevstack
- License: apache-2.0
- Created: 2023-11-02T16:08:56.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-06T13:14:33.000Z (over 2 years ago)
- Last Synced: 2025-03-18T22:42:10.967Z (about 1 year ago)
- Topics: openshift, pipelines, tekton
- Language: Makefile
- Homepage:
- Size: 39.1 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-tkn
[](https://github.com/opendevstack/ods-pipeline-tkn/actions/workflows/main.yaml)
Tekton task for use with [ODS Pipeline](https://github.com/opendevstack/ods-pipeline) to run [`tkn`](https://github.com/tektoncd/cli) commands.
## Usage
```yaml
tasks:
- name: logs
taskRef:
resolver: git
params:
- { name: url, value: https://github.com/opendevstack/ods-pipeline-tkn.git }
- { name: revision, value: v0.1.0 }
- { name: pathInRepo, value: tasks/logs.yaml }
workspaces:
- { name: source, workspace: shared-workspace }
```
See the [documentation](https://github.com/opendevstack/ods-pipeline-tkn/blob/main/docs/logs.adoc) for detailed usage and available task parameters.
## About this repository
`docs` and `tasks` are generated directories from recipes located in `build`. See the `Makefile` target for how everything fits together.