Commit 31981558 authored by Amena's avatar Amena

Update Jenkinsfile

parent f5250f36
......@@ -12,7 +12,7 @@ podTemplate(label: label,
stage('Build a Node project') {
git 'https://gitlab.mynisum.com/amenaafreen/node-app-test1.git'
container('node') {
sh 'sleep 10000 && npm config set cache npm-cache && npm install'
sh 'npm config set cache npm-cache && npm install && sleep 10000'
}
}
}
......
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