- Fixed a wrong path in the Jenkinsfile

Project: http://git-wip-us.apache.org/repos/asf/incubator-edgent/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-edgent/commit/902ae4e3
Tree: http://git-wip-us.apache.org/repos/asf/incubator-edgent/tree/902ae4e3
Diff: http://git-wip-us.apache.org/repos/asf/incubator-edgent/diff/902ae4e3

Branch: refs/heads/develop
Commit: 902ae4e38b35d93e791c87e6071d2dea9f06dff7
Parents: 709fb97
Author: Christofer Dutz <christofer.d...@c-ware.de>
Authored: Wed Nov 1 16:24:45 2017 +0100
Committer: Christofer Dutz <christofer.d...@c-ware.de>
Committed: Wed Nov 1 16:24:45 2017 +0100

----------------------------------------------------------------------
 Jenkinsfile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/902ae4e3/Jenkinsfile
----------------------------------------------------------------------
diff --git a/Jenkinsfile b/Jenkinsfile
index 6bd1fa1..7e315aa 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -63,7 +63,6 @@ node('ubuntu') {
         stage ('Build Site') {
             echo 'Building Site'
             sh "${mvnHome}/bin/mvn ${mavenLocalRepo} site site:stage"
-
         }
 
         stage ('Build Samples') {
@@ -83,7 +82,7 @@ node('ubuntu') {
 
         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"
         }
     }
 

Reply via email to