Metadata-Version: 2.0
Name: gocdpb
Version: 3
Summary: Configure GoCD pipeline from the commandline.
Home-page: https://github.com/magnus-lycka/gocd-pipeline-builder
Author: Magnus Lyckå
Author-email: magnus@thinkware.se; 
License: MIT
Keywords: continuous deployment integration build automation gocd
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2.7
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: Environment :: Console
Requires-Dist: PyYAML
Requires-Dist: jinja2
Requires-Dist: requests

The Go CD Pipeline Builder is designed to have the same function in the Go CD ecology, as the Jenkins Job Builder has in the Jenkins ecology. Given a (git) repository and appropriate configuration, it should be able to add a suitable pipeline to a Go-server. The current version does not trigger on git events. It is simply a command line driven tool.


