added JenkinsFile

This commit is contained in:
2021-11-16 09:23:21 -03:00
parent 2d483d16de
commit 15be400121
Vendored
+2 -5
View File
@@ -7,13 +7,10 @@ pipeline {
stages {
stage('Build') {
steps {
nodejs(nodeJSInstallationName: 'Node 6.x', configId: '<config-file-provider-id>') {
nodejs(nodeJSInstallationName: 'Node 6.x', configId: '<config-file-provider-id>') {
sh 'npm config ls'
sh 'npm install'
}
}
}
}
}
stage('Test') {
steps {