added JenkinsFile
This commit is contained in:
Vendored
+3
-4
@@ -3,13 +3,13 @@ pipeline {
|
||||
|
||||
environment {
|
||||
CI = 'true'
|
||||
|
||||
}
|
||||
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'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Test') {
|
||||
@@ -25,5 +25,4 @@ pipeline {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user