Added testing to pipeline.
This commit is contained in:
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
@@ -8,6 +8,13 @@ pipeline {
|
||||
}
|
||||
}
|
||||
}
|
||||
stage ("test") {
|
||||
steps {
|
||||
nodejs("System") {
|
||||
sh "npm run test"
|
||||
}
|
||||
}
|
||||
}
|
||||
stage ("build") {
|
||||
steps {
|
||||
nodejs("System") {
|
||||
|
Reference in New Issue
Block a user