From cd34aaeb342219b71aa5e871262a673b528bf413 Mon Sep 17 00:00:00 2001
From: donal <donalspring@gmail.com>
Date: Sun, 22 Apr 2018 23:27:56 +0200
Subject: [PATCH] ADD some more pics

---
 exercises/5-non-functionals-strike-back/README.md |   10 ++++++++--
 exercises/images/exercise5/jenkins-arachni.png    |    0 
 exercises/images/exercise5/report-location.png    |    0 
 exercises/images/exercise5/stages.png             |    0 
 exercises/images/exercise5/report-arachni.png     |    0 
 5 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/exercises/5-non-functionals-strike-back/README.md b/exercises/5-non-functionals-strike-back/README.md
index 7544903..dabdc4d 100644
--- a/exercises/5-non-functionals-strike-back/README.md
+++ b/exercises/5-non-functionals-strike-back/README.md
@@ -39,7 +39,7 @@
 2. Open the `todolist-fe` application's `Jenkinsfile` in your favourite editor. The file is stored in the root of the project.
 
 2. The file is layed out with a collection of stages that correspond to each part of our build as seen below. We will create a new stage to execute in parallel.
-![stages](../images/exercise4/stages.png)
+![stages](../images/exercise5/stages.png)
 
 2. Create a new Parallel Stage called `security scanning` underneath the `stage("e2e test") { }` section as shown below. The contents of the `e2e test` has been removed for simplicity. 
 ```groovy
@@ -158,7 +158,13 @@
     }
 ```
 
-2. With this config in place run a build on Jenkins. Once the Jobs have completed; navigate to
+2. With this config in place run a build on Jenkins. Once the Jobs have completed; navigate to the Jobs status and see the scores. You can find the graphs and test reports on overview of the Job. Explore the results!
+![report-arachni](../images/exercise5/report-arachni.png)
+![jenkins-arachni](../images/exercise5/jenkins-arachni.png)
+
+<p class="tip">
+NOTE - your build may have failed but the reports should still be generated!
+</p>
 
 ### Part 2 - Add Code Coverage & Linting to the pipeline
 > _prefix of exercise and why we're doing it_
diff --git a/exercises/images/exercise5/jenkins-arachni.png b/exercises/images/exercise5/jenkins-arachni.png
new file mode 100644
index 0000000..10fcdd2
--- /dev/null
+++ b/exercises/images/exercise5/jenkins-arachni.png
Binary files differ
diff --git a/exercises/images/exercise5/report-arachni.png b/exercises/images/exercise5/report-arachni.png
new file mode 100644
index 0000000..23930d9
--- /dev/null
+++ b/exercises/images/exercise5/report-arachni.png
Binary files differ
diff --git a/exercises/images/exercise5/report-location.png b/exercises/images/exercise5/report-location.png
new file mode 100644
index 0000000..1a78de7
--- /dev/null
+++ b/exercises/images/exercise5/report-location.png
Binary files differ
diff --git a/exercises/images/exercise5/stages.png b/exercises/images/exercise5/stages.png
new file mode 100644
index 0000000..be31335
--- /dev/null
+++ b/exercises/images/exercise5/stages.png
Binary files differ

--
Gitblit v1.9.3