This commit is contained in:
2020-04-25 18:15:35 +03:00
parent edcfe29f37
commit 0e181095fc
3 changed files with 13 additions and 4 deletions

4
scripts/install-cypress/Jenkinsfile vendored Normal file
View File

@@ -0,0 +1,4 @@
stage ('cypress') {
echo 'installing'
sh 'npm i -g cypress'
}