jenkins-scripts/install/ci/Jenkinsfile

4 lines
70 B
Plaintext
Raw Normal View History

2022-09-17 18:45:43 +03:00
stage('install:ci') {
echo 'starting installing'
sh 'npm ci'
}