Jenkins fixes

This commit is contained in:
Juan Ferrer 2019-01-26 19:38:53 +01:00
parent 773f24faee
commit 009a11fefe
1 changed files with 6 additions and 5 deletions

11
Jenkinsfile vendored
View File

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