Updated Jenkinsfile.
This commit is contained in:
parent
b068c08c5c
commit
ca9e8dad9e
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -3,21 +3,21 @@ pipeline {
|
||||
stages {
|
||||
stage ("install") {
|
||||
steps {
|
||||
nodejs("System") {
|
||||
nodejs("System NodeJS") {
|
||||
sh "npm install"
|
||||
}
|
||||
}
|
||||
}
|
||||
stage ("test") {
|
||||
steps {
|
||||
nodejs("System") {
|
||||
nodejs("System NodeJS") {
|
||||
sh "npm run test"
|
||||
}
|
||||
}
|
||||
}
|
||||
stage ("build") {
|
||||
steps {
|
||||
nodejs("System") {
|
||||
nodejs("System NodeJS") {
|
||||
sh "npm run build"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user