added JenkinsFile
This commit is contained in:
Vendored
+2
-3
@@ -3,11 +3,11 @@ pipeline {
|
|||||||
|
|
||||||
environment {
|
environment {
|
||||||
CI = 'true'
|
CI = 'true'
|
||||||
|
}
|
||||||
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'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -26,4 +26,3 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user