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

This commit is contained in:
Juan Ferrer 2020-06-17 13:13:13 +02:00
parent 9e62fd78a2
commit d1bedfdb22
1 changed files with 4 additions and 0 deletions

4
Jenkinsfile vendored
View File

@ -54,6 +54,10 @@ pipeline {
}
}
stage('Test') {
when { not { anyOf {
branch 'test'
branch 'master'
}}}
environment {
NODE_ENV = ""
}