Enabled back unit tests
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Joan Sanchez 2020-09-28 14:14:14 +02:00
parent a573fa4bbb
commit 2c9f664d01
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 backTestOnce --ci'
}
}
} */
}
}
}
stage('Build') {