test Jenkinsfile

This commit is contained in:
medcl 2020-03-03 11:28:51 +08:00
parent e966f94bd2
commit e5a2f7b5b2
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -7,7 +7,7 @@ pipeline {
stages {
stage('Build') {
steps {
sh 'npm install'
sh 'cnpm install'
}
}
stage('Test') {