forked from bregman-arie/devops-exercises
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
abregman
committed
Oct 18, 2019
1 parent
70e2ccc
commit 38ab4dc
Showing
4 changed files
with
103 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
## Jenkins Scripts | ||
|
||
Write the following scripts: | ||
|
||
* Remove all the jobs which include the string "REMOVE_ME" in their name |