This commit is contained in:
2020-03-02 22:47:41 +03:00
parent b72fecbbec
commit 7d73129731
11 changed files with 76 additions and 61 deletions

6
install/Jenkinsfile vendored
View File

@@ -1,6 +1,4 @@
stage('install') {
steps {
echo 'starting installing'
sh 'npm install'
}
echo 'starting installing'
sh 'npm install'
}