Commit 18ed6425 authored by Amena's avatar Amena

Update Jenkinsfile

parent 8a5c502c
......@@ -5,7 +5,7 @@ podTemplate(label: label,
],
volumes: [
persistentVolumeClaim(mountPath: '/root/node_modules', claimName: 'pvc', readOnly: false)
persistentVolumeClaim(mountPath: '$HOME/.npm', 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