Add basic shell scripting questions

This commit is contained in:
abregman
2019-10-18 15:15:20 +03:00
parent 70e2ccc99b
commit 38ab4dc901
4 changed files with 104 additions and 21 deletions

View 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

View File

@@ -0,0 +1,5 @@
## Jenkins Scripts
Write the following scripts:
* Remove all the jobs which include the string "REMOVE_ME" in their name