Home - griddynamics/mpl GitHub Wiki

MPL Wiki

Release article: https://blog.griddynamics.com/developing-a-modular-pipeline-library-to-improve-devops-collaboration/

Overview & Demo videos

  1. Introduction: https://youtu.be/02zCNJ20AC0
  2. Overview: https://youtu.be/CXghkwmsoXY
  3. MPL Build: https://youtu.be/knXX18E-W_s
  4. Nested Library: https://youtu.be/D72vnIBxQYE
  5. Petclinic Selenium: https://youtu.be/Gq8RYlZjds0

Setup Jenkins Master

Here described how to setup Jenkins Master using docker & dynamic agents.

Examples

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)