Files
2020-04-25 21:16:15 +03:00

5 lines
70 B
Groovy

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