-
Notifications
You must be signed in to change notification settings - Fork 102
Home
Sergei Parshev edited this page Apr 22, 2020
·
8 revisions
Release article: https://blog.griddynamics.com/developing-a-modular-pipeline-library-to-improve-devops-collaboration/
- Intro: https://youtu.be/NpnQS3fFlyI
- Overview: https://youtu.be/wwi7oREL02k
- MPL Build: https://youtu.be/QZsQThhPk-Y
- Nested Library: https://youtu.be/UsThHFze76Y
- Petclinic Selenium: https://youtu.be/GLtvxY1S3Aw
Here described how to setup Jenkins Master using docker & dynamic agents.
- MPL itself is an example of MPL - how to build the MPL project.
The next examples you can find after checkout the wiki repository:
git clone https://github.com/griddynamics/mpl.wiki.git
- simple-demo - Simple demo with Jenkinsfile and some modules
- mpl-nested - Nested library
- petclinic-selenium - Spring petclinic pipeline with selenium tests
- real-demo - Complex kubernetes infrastructure example with petclinic app (dev in progress)