You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@edgent.apache.org by dl...@apache.org on 2017/11/02 03:21:54 UTC

[43/50] [abbrv] incubator-edgent git commit: - Give the multiple steps another try

- Give the multiple steps another try


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

Branch: refs/heads/develop
Commit: ba5d99e4794b177510ce942089f4c2aac461ae29
Parents: f9a1280
Author: Christofer Dutz <ch...@c-ware.de>
Authored: Tue Oct 31 15:50:58 2017 +0100
Committer: Christofer Dutz <ch...@c-ware.de>
Committed: Tue Oct 31 15:50:58 2017 +0100

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


http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/ba5d99e4/Jenkinsfile
----------------------------------------------------------------------
diff --git a/Jenkinsfile b/Jenkinsfile
index c8c49a5..63407d4 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -35,7 +35,7 @@ node('ubuntu') {
     if(env.BRANCH_NAME == 'develop') {
         mavenGoal = "deploy"
     } else {
-        mavenLocalRepo = "-Dmaven.repo.local=${env.WORKSPACE)/.repository"
+        mavenLocalRepo = "-Dmaven.repo.local=${env.WORKSPACE}/.repository"
     }
     def mavenFailureMode = "" // consider "--fail-at-end"? Odd ordering side effects?