Commit 04ce7c50 authored by Amena's avatar Amena

Update Jenkinsfile

parent 31981558
......@@ -5,7 +5,7 @@ podTemplate(label: label,
],
volumes: [
persistentVolumeClaim(mountPath: '$HOME/npm-cache', 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