add ci script
This commit is contained in:
parent
5d515230b8
commit
239a2f0634
4
install/ci/Jenkinsfile
vendored
Normal file
4
install/ci/Jenkinsfile
vendored
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
stage('install:ci') {
|
||||||
|
echo 'starting installing'
|
||||||
|
sh 'npm ci'
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user