Jenkins test

This commit is contained in:
Juan Ferrer 2019-01-26 15:06:38 +01:00
parent 8b81e6cab9
commit 22571ed3f2
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -61,10 +61,10 @@ pipeline {
FIREFOX_BIN = "firefox/firefox-bin"
}
steps {
sh "karma start"
sh "gulp docker"
sh "gulp backendUnitTest --junit"
sh "docker rm -f salix-db"
sh "karma start"
}
}
stage('Docker') {