Commit 87a4c867 authored by Amena's avatar Amena

Update Jenkinsfile

parent ac3dfd49
......@@ -9,7 +9,10 @@ podTemplate(label: label,
]) {
node(label) {
ansiColor('xterm') {
options {
ansiColor('xterm')
}
stage('Build a Node project') {
git 'https://gitlab.mynisum.com/amenaafreen/node-app-test1.git'
container('node') {
......@@ -20,5 +23,4 @@ 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