From 9af07699e81bfe48930a1de081f49bce87d7c21b Mon Sep 17 00:00:00 2001
From: donal <donalspring@gmail.com>
Date: Tue, 17 Apr 2018 16:45:22 +0200
Subject: [PATCH] ADD some extension tasks

---
 4-an-enslaved-hope/README.md |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/4-an-enslaved-hope/README.md b/4-an-enslaved-hope/README.md
index a499b0d..bd7a4fd 100644
--- a/4-an-enslaved-hope/README.md
+++ b/4-an-enslaved-hope/README.md
@@ -152,7 +152,7 @@
 ### Part 2 - Security Scanning Slaves
 > _This exercise focuses on updating the `enablement-ci-cd` repo with some new jenkins-slave pods for use in future exercise_
 
-3. Do other things
+3. TODO!
 
 _____
 
@@ -165,6 +165,12 @@
 Jenkins S2I
  - Add the multi-branch configuration to the S2I to have Jenkins come alive with the `todolist-api` and `-fe` configuration cooked into it for future uses.
 
+Jenkins Pipeline Extension
+ - Add an extension to the pipeline that promotes code to UAT environment once the master job has been successful. 
+ - Use a WAIT to allow for manual input to appove the promotion
+
+Jenkins e2e extension (blue/green)
+ - Add a step in the pipeline to only deploy to the `test` environment if the e2e tests have run successfully against which ever environemnt (blue or green) is not deployed.
 
 ## Additional Reading
 > List of links or other reading that might be of use / reference for the exercise

--
Gitblit v1.9.3