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

5
Jenkinsfile vendored
View File

@ -6,7 +6,7 @@ pipeline {
disableConcurrentBuilds()
}
environment {
PROJECT_NAME = 'salix'
PROJECT_NAME = 'salix'
}
stages {
stage('Checkout') {
@ -61,6 +61,9 @@ pipeline {
}
}
stage('Test') {
when { anyOf {
branch 'dev'
}}
environment {
NODE_ENV = ""
}