From 4beef1511bebf886ccb4f67c4cae0fc72bd4f341 Mon Sep 17 00:00:00 2001
From: Richard Allred <richardmallred@gmail.com>
Date: Thu, 27 Jun 2019 05:30:50 +0200
Subject: [PATCH] Merge branch 'master' of github.com:RedHatTraining/DO288-apps

---
 simple-pipeline/Jenkinsfile |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/simple-pipeline/Jenkinsfile b/simple-pipeline/Jenkinsfile
index 35bb55d..037ecf5 100644
--- a/simple-pipeline/Jenkinsfile
+++ b/simple-pipeline/Jenkinsfile
@@ -30,8 +30,8 @@
         stage('stage 3') {
             steps {
                 sh 'echo hello from stage 3!. This is the last stage...'
-            } // steps
-        } // stage
+            }
+        }
 
-    } // stages
-} // pipeline
+    }
+}

--
Gitblit v1.9.3