moneyadviceservice / dough

Reusable UI components
http://www.madewithdough.org.uk/
MIT License
9 stars 1 forks source link

[DEV APPROVED] - Add post stage to clean workspace and gem build stage #301

Closed osharpe closed 6 years ago

osharpe commented 6 years ago

Adding Post Stage

Included in the post stage is a step to clean the workspace are the job has completed. This prevents an issue with stale code for further jobs

Adding the Build stage

Introducing the build stage into Jenkins pipeline. It should only run the build stage when on master branch.