You've already forked devops-exercises
Rename repository
Unforunately, It came to my knowledge that this repository promoted a phenomenon where DevOps interviews became a trivia game where people think it's normal to throw 20 random short questions like "what is fork()" or "which tools would you use for each of the following areas?" and this was not my intention. To explcitly state this repository doesn't represents real DevOps interview questions I've decided to rename it.
This commit is contained in:
10
exercises/jenkins_pipelines.md
Normal file
10
exercises/jenkins_pipelines.md
Normal file
@@ -0,0 +1,10 @@
|
||||
## 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
|
||||
Reference in New Issue
Block a user