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

This commit is contained in:
Joan Sanchez 2020-09-30 07:23:37 +02:00
parent 79a9363a83
commit eb99ce2f43
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') {