devops-exercises/topics/jenkins_pipelines.md
abregman 99c4e02ecf Rename exercises dir
Name it instead "topics" so it won't be
strange if some topics included "exercises" directory.
2022-08-02 01:53:56 +03:00

349 B

Jenkins Pipelines

Write/Create the following Jenkins pipelines:

  • A pipeline which will run unit tests upon git push to a certain repository

  • A pipeline which will do to the following:

    • Provision an instance (can also be a container)
    • Configure the instance as Apache web server
    • Deploy a web application on the provisioned instance