Python helper utilities for CI/CD
Implementing CI Pipeline templates for screwdriver? This package provides a number of useful utility scripts that can be called from CI jobs to automate common operations.
These utilities are used by the screwdrivercd python templates but can be used with other CI/CD systems as well.
Screwdriver templates that perform complicated operations can be tricky to write and test. This package contains a number of useful and tested scripts used by Yahoo/Oath/Verizon to perform steps within Screwdriver CI/CD templates.
This package can be installed using the Python pip package manager that has been configured to use the Oath/Yahoo internal package repository.
In order to install this package the python environment must have:
- Python version 3.6 or newer
- pip version 8.1.1 or higher
- setuptools 31.0.0 or higher
Install this package using the Python package installer
$ pip install screwdrivercd
This package contains a number of scripts which are documented in the project documentation
Please refer to the contributing.md file for information about how to get involved. We welcome issues, questions, and pull requests. Pull Requests are welcome.
Dwight Hubbard: [email protected]
This project is licensed under the terms of the BSD open source license. Please refer to LICENSE for the full terms.