Fixed a typo.
Fixed Jenkinsfile.
This commit is contained in:
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
@@ -3,13 +3,14 @@ pipeline {
|
||||
stages {
|
||||
stage ("install") {
|
||||
steps {
|
||||
|
||||
nodejs("System") {
|
||||
sh "npm install"
|
||||
}
|
||||
}
|
||||
}
|
||||
stage ("build") {
|
||||
steps {
|
||||
nodejs("System NodeJS") {
|
||||
sh "npm install"
|
||||
nodejs("System") {
|
||||
sh "npm run build"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user