- 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 <christofer.d...@c-ware.de> Authored: Tue Oct 31 15:50:58 2017 +0100 Committer: Christofer Dutz <christofer.d...@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?