Skip tests on master/test
gitea/salix/pipeline/head There was a failure building this commit Details

This commit is contained in:
Juan Ferrer 2020-06-17 13:14:28 +02:00
parent 8ece348b30
commit fa882ebde6
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 = ""
}