Commit fa043e75 authored by Amena's avatar Amena

Update Jenkinsfile

parent 6ac52131
...@@ -7,7 +7,7 @@ podTemplate( ...@@ -7,7 +7,7 @@ podTemplate(
]) { ]) {
node(POD_LABEL) { node(POD_LABEL) {
stage('Build a Maven 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') {
sh 'npm install' sh '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