- Give the multiple steps another try
diff --git a/Jenkinsfile b/Jenkinsfile
index 852c792..f9b081c 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -37,7 +37,7 @@
     if(env.BRANCH_NAME == 'develop') {
         mavenGoal = "deploy"
     } else {
-        mavenLocalRepo = "-Dmaven.repo.local=${workspace)/.repository"
+        mavenLocalRepo = "-Dmaven.repo.local=${workspace)@script/.repository"
     }
     def mavenFailureMode = "" // consider "--fail-at-end"? Odd ordering side effects?