add ci script

This commit is contained in:
Primakov Alexandr Alexandrovich 2022-09-17 18:45:43 +03:00
parent 5d515230b8
commit 239a2f0634

4
install/ci/Jenkinsfile vendored Normal file
View File

@ -0,0 +1,4 @@
stage('install:ci') {
echo 'starting installing'
sh 'npm ci'
}