jenkins-scripts/install/Jenkinsfile

4 lines
72 B
Plaintext
Raw Normal View History

2020-03-02 22:35:26 +03:00
stage('install') {
2020-03-02 22:47:41 +03:00
echo 'starting installing'
sh 'npm install'
2020-03-02 22:35:26 +03:00
}