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

---
 exercises/5-non-functionals-strike-back/README.md |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/exercises/5-non-functionals-strike-back/README.md b/exercises/5-non-functionals-strike-back/README.md
index dabdc4d..ad34ddd 100644
--- a/exercises/5-non-functionals-strike-back/README.md
+++ b/exercises/5-non-functionals-strike-back/README.md
@@ -158,7 +158,14 @@
     }
 ```
 
-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!
+2. With this config in place run a build on Jenkins. To do this; commit your code (from your terminal):
+```bash
+$ git add .
+$ git commit -m "ADD - security scanning tools to pipeline"
+$ git push
+```
+
+2. 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)
 

--
Gitblit v1.9.3