Commit 7e610af6 authored by Amena's avatar Amena

Update Jenkinsfile

parent 85099a29
......@@ -5,7 +5,7 @@ podTemplate(label: label,
],
volumes: [
persistentVolumeClaim(mountPath: '/home/jenkins/workspace/node_modules', claimName: 'pvc', readOnly: false)
persistentVolumeClaim(mountPath: '/home/jenkins/workspace', claimName: 'pvc', readOnly: false)
]) {
node(label) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment