Commit ac3dfd49 authored by Amena's avatar Amena

Update Jenkinsfile

parent 49afb9e3
...@@ -9,6 +9,7 @@ podTemplate(label: label, ...@@ -9,6 +9,7 @@ podTemplate(label: label,
]) { ]) {
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'
container('node') { container('node') {
...@@ -16,7 +17,8 @@ podTemplate(label: label, ...@@ -16,7 +17,8 @@ podTemplate(label: label,
// sh 'npm config set cache npm-cache && npm install' // sh 'npm config set cache npm-cache && npm install'
} }
}
}
} }
}
} }
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