mirror of
https://github.com/bregman-arie/devops-exercises.git
synced 2026-02-04 23:59:11 +00:00
11 lines
349 B
Markdown
11 lines
349 B
Markdown
|
|
## 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
|