Jenkinsfile fixes
gitea/salix/test There was a failure building this commit Details

This commit is contained in:
Juan Ferrer 2019-12-23 14:33:54 +01:00
parent a252119884
commit 337a8ab944
1 changed files with 4 additions and 1 deletions

3
Jenkinsfile vendored
View File

@ -61,6 +61,9 @@ pipeline {
}
}
stage('Test') {
when { anyOf {
branch 'dev'
}}
environment {
NODE_ENV = ""
}