Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 349 Bytes

jenkins_pipelines.md

File metadata and controls

10 lines (7 loc) · 349 Bytes

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