Commit 2450aa75 authored by Amena's avatar Amena

Update Jenkinsfile

parent 777f21c0
...@@ -11,7 +11,7 @@ podTemplate(label: label, ...@@ -11,7 +11,7 @@ podTemplate(label: label,
node(label) { node(label) {
ansiColor("vga") {
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'
container('node') { container('node') {
...@@ -21,5 +21,5 @@ podTemplate(label: label, ...@@ -21,5 +21,5 @@ podTemplate(label: 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