This repository contains pipelines for BigData demo shown at Voxxed talks in 2017.
-
Execute the
install.shscript to prepare the following projects:CI-CD: the project that will host the Jenkins pipelines;Development: where software will be delivered at first stage;Production: an environment where software will be delivered upon manual confirmation.
-
Login into Openshift and start the pipelines in the
CI-CDprojects (Builds -> Pipelines) -
Go to the
Developmentproject and you'll see the applications deployed when ready. -
All pipelines will ask confirmation to deploy each application into the
Productionproject.