test
gitea/salix/pipeline/head Something is wrong with the build of this commit Details

This commit is contained in:
Vicent Llopis 2022-03-28 15:15:23 +02:00
parent 9faf9d8688
commit 08249afc4e
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -65,7 +65,7 @@ pipeline {
stage('Backend') {
steps {
nodejs('node-v14') {
sh 'gulp launchBackTest --ci'
sh 'gulp backTest --ci'
}
}
}