Jenkins test

This commit is contained in:
Juan Ferrer 2019-01-26 19:36:36 +01:00
parent 424d9b706f
commit 773f24faee
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -61,6 +61,7 @@ pipeline {
FIREFOX_BIN = "firefox/firefox-bin"
}
steps {
sh 'gulp install'
sh 'karma start'
sh 'gulp docker'
sh 'gulp backendUnitTest --junit'