Commit 8a5c502c authored by Amena's avatar Amena

Update Jenkinsfile

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