https://github.com/opendevstack/ods-pipeline-python
ODS Pipeline tasks for Python / pip development
https://github.com/opendevstack/ods-pipeline-python
openshift pipelines python tekton
Last synced: 3 months ago
JSON representation
ODS Pipeline tasks for Python / pip development
- Host: GitHub
- URL: https://github.com/opendevstack/ods-pipeline-python
- Owner: opendevstack
- License: apache-2.0
- Created: 2023-11-10T12:40:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-13T13:47:25.000Z (over 1 year ago)
- Last Synced: 2025-01-25T00:20:11.506Z (5 months ago)
- Topics: openshift, pipelines, python, tekton
- Language: Shell
- Homepage:
- Size: 43.9 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-python
[](https://github.com/opendevstack/ods-pipeline-python/actions/workflows/main.yaml)
Tekton task for use with [ODS Pipeline](https://github.com/opendevstack/ods-pipeline) to build applications with Python.
## Usage
```yaml
tasks:
- name: build
taskRef:
resolver: git
params:
- { name: url, value: https://github.com/opendevstack/ods-pipeline-python.git }
- { name: revision, value: v0.1.0 }
- { name: pathInRepo, value: tasks/build.yaml }
workspaces:
- { name: source, workspace: shared-workspace }
```See the [documentation](https://github.com/opendevstack/ods-pipeline-python/blob/main/docs/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.