Jenkinsfile working
gitea/salix/test Something is wrong with the build of this commit Details
gitea/salix/master This commit looks good Details

This commit is contained in:
Juan Ferrer 2019-12-23 16:32:07 +01:00
parent 3a8ddc2df7
commit 305774554e
1 changed files with 0 additions and 3 deletions

3
Jenkinsfile vendored
View File

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