#7 feature/add-jenkins #9

Merged
primakov merged 11 commits from feature/add-jenkins into master 2024-03-29 13:33:38 +03:00
Showing only changes of commit a0562e6f8d - Show all commits

1
Jenkinsfile vendored
View File

@ -8,6 +8,7 @@ pipeline {
stages {
stage('install') {
steps {
sh 'ls -a'
sh 'node -v'
sh 'npm -v'
sh 'npm ci'