修改Jenkins打包部署
This commit is contained in:
parent
2f051be6e9
commit
c89fb915f5
@ -11,6 +11,7 @@ pipeline {
|
||||
nodejs 'nodejs-10'
|
||||
}
|
||||
steps {
|
||||
sh 'npm update'
|
||||
sh 'npm install'
|
||||
sh 'npm run test'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user