From 15be400121b1d5ac5b5df94f08332380e4d23410 Mon Sep 17 00:00:00 2001 From: flashlan Date: Tue, 16 Nov 2021 09:23:21 -0300 Subject: [PATCH] added JenkinsFile --- Jenkinsfile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 1001221..af8d513 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -7,13 +7,10 @@ pipeline { stages { stage('Build') { steps { - nodejs(nodeJSInstallationName: 'Node 6.x', configId: '') { + nodejs(nodeJSInstallationName: 'Node 6.x', configId: '') { sh 'npm config ls' - - sh 'npm install' - } + } } - } } stage('Test') { steps {