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

3
Jenkinsfile vendored
View File

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