You've already forked devops-exercises
Add basic shell scripting questions
This commit is contained in:
10
scenarios/jenkins_pipelines.md
Normal file
10
scenarios/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
|
||||
5
scenarios/jenkins_scripts.md
Normal file
5
scenarios/jenkins_scripts.md
Normal file
@@ -0,0 +1,5 @@
|
||||
## Jenkins Scripts
|
||||
|
||||
Write the following scripts:
|
||||
|
||||
* Remove all the jobs which include the string "REMOVE_ME" in their name
|
||||
Reference in New Issue
Block a user