Skip to content

Releases: coolrazor007/sphinx_doc

Release 1.0

06 Jun 16:49
Compare
Choose a tag to compare

This version uses a script to spin orchestrate the entire thing. It installed required packages on a local Ubuntu (Impish) instance. Then reaches out to AWS to build two EC2 VMs. One with Jenkins and one as the pipeline VM with a Jenkins agent. Then it creates a pipeline for the documentation and polls the branch every 5 minutes. It will build the documentation and check for basic issues. If it passes it will then push to a prod container.

On-prem Jenkins

31 May 13:49
Compare
Choose a tag to compare

This was my first release, but I reread the problem statement and it does say to run Jenkins in the AWS architecture which is a problem since I'm actually running it on-prem.... So while this does work fine I need to pivot to running in AWS.