Merge pull request 'Enabled back unit tests' (#390) from 2460-back_pool_closed into dev
gitea/salix/pipeline/head This commit looks good Details

Reviewed-on: #390
Reviewed-by: Carlos Jimenez <carlosjr@verdnatura.es>
This commit is contained in:
Carlos Jimenez Ruiz 2020-09-29 07:24:24 +00:00
commit d37a362756
1 changed files with 2 additions and 2 deletions

4
Jenkinsfile vendored
View File

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