calling the correct task in jenkinsfile
gitea/salix/pipeline/head There was a failure building this commit Details

This commit is contained in:
Carlos Jimenez Ruiz 2020-06-05 09:02:36 +02:00
parent 3ea3f707bc
commit 5ea575fec0
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -68,7 +68,7 @@ pipeline {
stage('Backend') {
steps {
nodejs('node-lts') {
sh 'gulp backTestDockerOnce --junit --random'
sh 'gulp backTestOnce --junit'
}
}
}