jenkins-scripts/ui/Jenkinsfile

7 lines
93 B
Plaintext
Raw Normal View History

2020-03-02 22:35:26 +03:00
stage('ui tests') {
steps {
echo 'ui tests'
sh 'npm run test:ui'
}
}