This commit is contained in:
2020-04-25 18:15:35 +03:00
parent edcfe29f37
commit 0e181095fc
3 changed files with 13 additions and 4 deletions

4
install/unsafe/Jenkinsfile vendored Normal file
View File

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