diff --git a/cloud/Jenkinsfile b/cloud/Jenkinsfile index 8aeec7e..4be835c 100644 --- a/cloud/Jenkinsfile +++ b/cloud/Jenkinsfile @@ -88,7 +88,8 @@ pipeline { configMap: name: maven-repo - name: maven-data - hostPath: "/opt/data/m2" + hostPath: + path: "/opt/data/m2" """ } }