Commit 1014334b authored by Amena's avatar Amena

Update Jenkinsfile

parent 32a22f7b
...@@ -7,12 +7,12 @@ podTemplate(label: label, ...@@ -7,12 +7,12 @@ podTemplate(label: label,
volumes: [ volumes: [
persistentVolumeClaim(mountPath: '/home/jenkins/workspace', claimName: 'pvc', readOnly: false) persistentVolumeClaim(mountPath: '/home/jenkins/workspace', claimName: 'pvc', readOnly: false)
]) { ]) {
ansiColor("xterm") {
node(label) {
node(label) {
ansiColor("xterm") {
stage('Build a Node project') { stage('Build a Node project') {
git 'https://gitlab.mynisum.com/amenaafreen/node-app-test1.git' git 'https://gitlab.mynisum.com/amenaafreen/node-app-test1.git'
......
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