Continuous Documentation With Jenkins, Asciidoctor, and Gradle [Video]
Putting together a pipeline for integrating documentation delivery into your regular build process.
Join the DZone community and get the full member experience.
Join For FreeProbably all of you are using CI/CD for building and delivering your applications. Some of the steps that a continuous delivery pipeline is typically composed are compile step, tests step, acceptance tests step, static code analysis, …
But one step that is usually missed is the documentation step. In this screencast you will learn how to integrate the documentation process to your continuous delivery pipeline using Jenkins, Asciidoctor and Gradle.
Published at DZone with permission of Alex Soto Bueno, DZone MVB. See the original article here.
Opinions expressed by DZone contributors are their own.
Comments