- Fixed a wrong path in the Jenkinsfile
diff --git a/Jenkinsfile b/Jenkinsfile
index 6bd1fa1..7e315aa 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -63,7 +63,6 @@
         stage ('Build Site') {
             echo 'Building Site'
             sh "${mvnHome}/bin/mvn ${mavenLocalRepo} site site:stage"
-
         }
 
         stage ('Build Samples') {
@@ -83,7 +82,7 @@
 
         stage ('Verify get-engent-jars') {
             echo 'Verifying get-edgent-jars'
-            sh "cd samples/get-edgent-jars; ./get-edgent-jars.sh"
+            sh "cd samples/get-edgent-jars-project; ./get-edgent-jars.sh"
         }
     }