jenkins-scripts/scripts/install-cypress/Jenkinsfile

5 lines
70 B
Groovy

stage ('cypress') {
echo 'installing'
sh 'npm i -g cypress'
}