Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/outsystems/outsystems-pipeline
Python package and pipeline examples to accelerate the integration of OutSystems with third-party CI/CD tools
https://github.com/outsystems/outsystems-pipeline
azuredevops engineering jenkins outsystems python snyk-product
Last synced: 7 days ago
JSON representation
Python package and pipeline examples to accelerate the integration of OutSystems with third-party CI/CD tools
- Host: GitHub
- URL: https://github.com/outsystems/outsystems-pipeline
- Owner: OutSystems
- License: apache-2.0
- Created: 2019-02-26T10:39:11.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-18T12:03:08.000Z (about 2 months ago)
- Last Synced: 2024-12-20T17:08:19.185Z (14 days ago)
- Topics: azuredevops, engineering, jenkins, outsystems, python, snyk-product
- Language: Python
- Homepage:
- Size: 3.8 MB
- Stars: 39
- Watchers: 16
- Forks: 57
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# outsystems-pipeline
![Build Status](https://dev.azure.com/os-pipeline/OutSystems-Pipeline/_apis/build/status/OutSystems.outsystems-pipeline?branchName=master)
This project contains the source code of `outsystems-pipeline`, a Python package [distributed on PyPI.org](https://pypi.org/project/outsystems-pipeline/) maintained by [OutSystems](https://www.outsystems.com) to accelerate the creation of OutSystems CI/CD pipelines using your DevOps automation tool of choice. The project also includes example scripts and pipeline templates.
In the future we intend to open the project repository to accept your contributions by pull requests.
## Getting started
In the [Wiki](https://github.com/OutSystems/outsystems-pipeline/wiki), you will find all the information on how to use `outsystems-pipeline` and on setting up your OutSystems pipelines.
The following are step-by-step instructions on how to set up OutSystems CI/CD pipelines using `outsystems-pipeline`:
* [Building an OutSystems pipeline with Jenkins](https://github.com/OutSystems/outsystems-pipeline/wiki/Building-an-OutSystems-pipeline-with-Jenkins)
* [Building an OutSystems pipeline with Azure DevOps Multistage Pipeline](https://github.com/OutSystems/outsystems-pipeline/wiki/Building-an-OutSystems-pipeline-with-Azure-DevOps-Multistage-Pipeline)We also provide [example scripts](https://github.com/OutSystems/outsystems-pipeline/tree/master/examples/other_pipelines) to help bootstrap your custom pipelines.
## Get in touch
Help us improve `outsystems-pipeline` by either:
* [Submitting an issue](https://github.com/OutSystems/outsystems-pipeline/issues) with detailed information about the problem you're having
* [Sending us an email](mailto:[email protected]) with any feedback or questions that you may have## Change log
See the [change log](CHANGELOG.md) to learn about the latest changes and improvements to `outsystems-pipeline`.
## License
OutSystems distributes the project `outsystem-pipeline` under the [Apache License](LICENSE) with no support. For more information, see the [notice file](NOTICE.md).