enabled back end unit tests for jenkins
gitea/salix/pipeline/head This commit has test failures Details

This commit is contained in:
Carlos Jimenez Ruiz 2020-12-28 09:46:33 +01:00
parent 0715f8ac81
commit f16eaf105b
1 changed files with 2 additions and 2 deletions

4
Jenkinsfile vendored
View File

@ -69,13 +69,13 @@ pipeline {
}
}
}
/* stage('Backend') {
stage('Backend') {
steps {
nodejs('node-lts') {
sh 'gulp launchBackTest --ci'
}
}
} */
}
}
}
stage('Build') {