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

This commit is contained in:
Joan Sanchez 2020-07-14 10:42:25 +02:00
parent 3074c9ce35
commit 310b5007f2
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') {