Commit dc99c3fd authored by Amena's avatar Amena

Update Jenkinsfile

parent 7cf4752e
...@@ -5,7 +5,7 @@ podTemplate(label: label, ...@@ -5,7 +5,7 @@ podTemplate(label: label,
], ],
volumes: [ volumes: [
persistentVolumeClaim(mountPath: '/home/jenkins/workspace/${JOB_NAME}/node_modules', claimName: 'pvc', readOnly: false) persistentVolumeClaim(mountPath: 'usr/local/bin/node_modules', claimName: 'pvc', readOnly: false)
]) { ]) {
node(label) { 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