devblackops / Stucco

An opinionated Plaster template for high-quality PowerShell modules
MIT License
196 stars 27 forks source link

Added support for Jenkins CI in module template #31

Closed FLeven closed 2 years ago

FLeven commented 2 years ago

Added support for Jenkins CI in module template

Description

You can now choose (J) to add a Jenkinsfile to your module containing one Stage to build,test etc. in one single step or you can choose (M) too add a multistage Jenkinsfile containing 6 stages for every single step of the build.

Related Issue

none

Motivation and Context

I wanted to use a Jenkins multibranch pipeline to build my module after it was created with Stucco

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

Checklist: