jenkins-scripts/scripts/install-cypress/Jenkinsfile

5 lines
70 B
Plaintext
Raw Normal View History

2020-04-25 18:15:35 +03:00
stage ('cypress') {
echo 'installing'
sh 'npm i -g cypress'
}