Category: Jenkins, github

Jenkins pipeline as code is a concept of defining Jenkins build pipeline in Jenkins DSL/Groovy format. This article covers the key concepts involved in writing Jenkins pipeline as code using declarative syntax. There are two types of Jenkins pipeline code.

Related Articles