jenkins-scripts/ui/Jenkinsfile
2020-03-03 09:20:32 +03:00

5 lines
67 B
Groovy

stage('ui tests') {
echo 'ui tests'
sh 'npm run test:ui'
}