We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f943d29 commit 2add648Copy full SHA for 2add648
1 file changed
Jenkinsfile
@@ -17,7 +17,7 @@ pipeline {
17
environment {
18
// we'll be one directory deep. this is a little brittle, but there's no clean way
19
// to use $WORKSPACE here if it contains spaces it seems
20
- ATLAS_OPTS = "-Dmaven.repo.local='../maven-cache'"
+ ATLAS_OPTS = "-Dmaven.repo.local=../maven-cache"
21
}
22
23
steps {
0 commit comments