added JenkinsFile
This commit is contained in:
Vendored
+2
-5
@@ -7,13 +7,10 @@ pipeline {
|
|||||||
stages {
|
stages {
|
||||||
stage('Build') {
|
stage('Build') {
|
||||||
steps {
|
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 config ls'
|
||||||
|
}
|
||||||
sh 'npm install'
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
stage('Test') {
|
stage('Test') {
|
||||||
steps {
|
steps {
|
||||||
|
|||||||
Reference in New Issue
Block a user